Skip to content
Snippets Groups Projects
Commit bf07e5bd authored by Francesco Colista's avatar Francesco Colista
Browse files

community/asn: new aport

parent f2fd2c1e
No related branches found
No related tags found
1 merge request!49898community/asn: new aport
Pipeline #174223 passed with warnings
# 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
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment