Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
bf07e5bd
Commit
bf07e5bd
authored
1 year ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
community/asn: new aport
parent
f2fd2c1e
No related branches found
No related tags found
1 merge request
!49898
community/asn: new aport
Pipeline
#174223
passed with warnings
1 year ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/asn/APKBUILD
+36
-0
36 additions, 0 deletions
community/asn/APKBUILD
with
36 additions
and
0 deletions
community/asn/APKBUILD
0 → 100644
+
36
−
0
View file @
bf07e5bd
# 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
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment