mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
bully: typo
This commit is contained in:
parent
fa4c7e1b9b
commit
5ed6ac304c
1 changed files with 1 additions and 7 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue