aports/community/asn/APKBUILD
2025-02-11 09:28:46 +00:00

32 lines
729 B
Text

# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=asn
pkgver=0.78.3
pkgrel=0
pkgdesc="ASN Lookup Tool and Traceroute Server"
url="https://github.com/nitefood/asn/"
arch="noarch"
license="MIT"
depends="bash
ncurses
nmap
nmap-ncat
mtr
aha
curl
whois
grepcidr3
coreutils
ipcalc
bind-tools
jq"
options="!check" # no tests
source="$pkgname-$pkgver.tar.gz::https://github.com/nitefood/asn/archive/refs/tags/v$pkgver.tar.gz"
package() {
install -Dm0755 asn "$pkgdir"/usr/bin/asn
}
sha512sums="
6bbd5aa6339c630fd71f7521749f8c12708cce3cf35a1d0657b39cec458b1954505edf66bd1011d90fcae30e326e6e29102a74854a3445971173f88a09ebb62a asn-0.78.3.tar.gz
"