bully: typo

This commit is contained in:
blshkv 2020-07-06 08:01:20 +08:00
parent fa4c7e1b9b
commit 5ed6ac304c
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -8,7 +8,7 @@ MY_PV="${PV}-00"
DESCRIPTION="A wifi-protected-setup (WPS) brute force attack tool, similar to reaver"
HOMEPAGE="https://github.com/aanarchyy/bully/releases"
SRC_URI="https://github.com/kimocoder/bully/archive/${MY_PV}-00.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/kimocoder/bully/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="GPL-3+ GPL-2 BSD"
@ -18,13 +18,7 @@ DEPEND="net-libs/libpcap"
S="${WORKDIR}/${PN}-${MY_PV}/src"
#src_compile() {
# cd "${S}/src"
# emake
#}
src_install() {
# cd "${S}/src"
emake DESTDIR="${D}" prefix=/usr install
dodoc "${S}/../README.md"
}