pkgname=dnstwist pkgver=20221022 pkgrel=1 pkgdesc="simple tool to look for registered domains similar to your own, only distinguished by typos. useful for detection of fraud and fishing attacs" url="https://github.com/elceef/dnstwist" arch=('any') license=('Apache') depends=("python-dnspython" "python-pygeoip" "python-requests" "python-ssdeep" "python-tld" "python-whois") source=("$pkgname-$pkgver.tar.gz::https://github.com/elceef/dnstwist/archive/${pkgver}.tar.gz") md5sums=('43ae708dd8a63b8a6279cf148480ba4b') package() { install -D "${pkgname}-${pkgver}/dnstwist.py" "${pkgdir}/usr/bin/dnstwist.py" install -D "${pkgname}-${pkgver}/docs/LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" }