diff --git a/community/asn/APKBUILD b/community/asn/APKBUILD new file mode 100644 index 0000000000000000000000000000000000000000..1cbbc9037e0d150735668ccc7ce987dceb2755f2 --- /dev/null +++ b/community/asn/APKBUILD @@ -0,0 +1,36 @@ +# Contributor: Francesco Colista <fcolista@alpinelinux.org> +# Maintainer: Francesco Colista <fcolista@alpinelinux.org> +pkgname=asn +pkgver=0.74 +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" + +build() { + return 0 +} + +package() { + install -Dm0755 asn "$pkgdir"/usr/bin/asn +} + +sha512sums=" +ad7ceb34381697845413f3227a2ec57725c6ae755310d4d3bc7c435dc2ee163fe83308530bfcd1926c514523039073f378a6e4752df9dd4ad1bc9cf124f7d7ea asn-0.74.tar.gz +"