File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# This file is part of BlackArch Linux ( https://www.blackarch.org/ ).
2
2
# See COPYING for license details.
3
3
4
- pkgname=anubis
5
- _pkgname=anubis-netsec
4
+ pkgname=anubis-netsec
5
+ _pkgname=anubis
6
6
pkgver=1.1.3.r10.g52c4d62
7
- pkgrel=1
7
+ pkgrel=2
8
8
pkgdesc=' Subdomain enumeration and information gathering tool.'
9
9
arch=(' any' )
10
10
groups=(' blackarch' ' blackarch-scanner' ' blackarch-recon' )
@@ -13,7 +13,7 @@ license=('MIT')
13
13
depends=(' python' ' python-python-nmap' ' python-shodan' ' python-docopt'
14
14
' python-requests' ' python-censys' ' python-dnspython' )
15
15
makedepends=(' git' ' python-build' ' python-pip' )
16
- source=(" git+https://github.com/jonluca/$pkgname .git" )
16
+ source=(" $pkgname :: git+https://github.com/jonluca/$_pkgname .git" )
17
17
sha512sums=(' SKIP' )
18
18
19
19
pkgver () {
@@ -42,7 +42,9 @@ package() {
42
42
--prefix=/usr \
43
43
--no-index \
44
44
--find-links=" file://$startdir /dist" \
45
- $_pkgname
45
+ $pkgname
46
+
47
+ mv " $pkgdir /usr/bin/$_pkgname " " $pkgdir /usr/bin/$pkgname "
46
48
47
49
install -Dm 644 -t " $pkgdir /usr/share/doc/$pkgname /" README.md
48
50
}
You can’t perform that action at this time.
0 commit comments