Skip to content

Commit 9faa865

Browse files
committed
anubis: rename package.
1 parent 9115e67 commit 9faa865

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

packages/anubis/PKGBUILD renamed to packages/anubis-netsec/PKGBUILD

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# This file is part of BlackArch Linux ( https://www.blackarch.org/ ).
22
# See COPYING for license details.
33

4-
pkgname=anubis
5-
_pkgname=anubis-netsec
4+
pkgname=anubis-netsec
5+
_pkgname=anubis
66
pkgver=1.1.3.r10.g52c4d62
7-
pkgrel=1
7+
pkgrel=2
88
pkgdesc='Subdomain enumeration and information gathering tool.'
99
arch=('any')
1010
groups=('blackarch' 'blackarch-scanner' 'blackarch-recon')
@@ -13,7 +13,7 @@ license=('MIT')
1313
depends=('python' 'python-python-nmap' 'python-shodan' 'python-docopt'
1414
'python-requests' 'python-censys' 'python-dnspython')
1515
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")
1717
sha512sums=('SKIP')
1818

1919
pkgver() {
@@ -42,7 +42,9 @@ package() {
4242
--prefix=/usr \
4343
--no-index \
4444
--find-links="file://$startdir/dist" \
45-
$_pkgname
45+
$pkgname
46+
47+
mv "$pkgdir/usr/bin/$_pkgname" "$pkgdir/usr/bin/$pkgname"
4648

4749
install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
4850
}

0 commit comments

Comments
 (0)