summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1234c38ff000c524c08831455fd86d5e28c62e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Hao Long <aur@esd.cc>

pkgname=subfinder-bin
pkgver=2.3.2
pkgrel=1
pkgdesc="A subdomain discovery tool that discovers valid subdomains for websites"
arch=("x86_64")
url="https://github.com/projectdiscovery/subfinder"
license=("MIT")
source=("https://github.com/projectdiscovery/subfinder/releases/download/v${pkgver}/subfinder-linux-amd64.tar"
        "https://raw.githubusercontent.com/projectdiscovery/subfinder/v${pkgver}/LICENSE")
sha256sums=('d6c9ca233054034f95036041f8046f078429d35aa80be258ecc587989e5a4003'
            'fe9e33fc73d30a3c3ec7b1d75fd245c6a0d1679d5778ebe34b1d6fb9b63922ba')

package() {
  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
  install -Dm755 subfinder-linux-amd64 ${pkgdir}/usr/bin/subfinder
}