Skip to content

Commit

Permalink
adfind: blah.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Nov 23, 2023
1 parent 8643210 commit 2cbe78b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions packages/adfind/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
# See COPYING for license details.

pkgname=adfind
pkgver=v1.0.2.r1.gee408bd
pkgver=v1.0.3.r0.g3a6a055
pkgrel=1
epoch=1
pkgdesc='Simple admin panel finder for php,js,cgi,asp and aspx admin panels.'
groups=('blackarch' 'blackarch-webapp' 'blackarch-recon')
arch=('any')
arch=('x86_64' 'aarch64')
url='https://github.com/sahakkhotsanyan/adfind'
license=('custom:unknown')
makedepends=('git' 'go')
Expand Down Expand Up @@ -34,10 +35,11 @@ build() {

package() {
cd $pkgname

install -Dm 755 $pkgname "$pkgdir/usr/bin/$pkgname"
install -d wordlists/ "${pkgdir}/usr/share/${pkgname}/wordlists"
install -Dm 644 wordlists/* "$pkgdir/usr/share/${pkgname}/wordlists/"
install -Dm 644 config.yaml "$pkgdir/usr/share/${pkgname}/config.yaml"
install -d wordlists/ "$pkgdir/usr/share/$pkgname/wordlists"
install -Dm 644 wordlists/* "$pkgdir/usr/share/$pkgname/wordlists/"
install -Dm 644 config.yaml "$pkgdir/usr/share/$pkgname/config.yaml"
install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
}

0 comments on commit 2cbe78b

Please sign in to comment.