File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Template file for 'asncounter'
2
2
pkgname=asncounter
3
3
version=0.5.0
4
- revision=1
4
+ revision=2
5
5
build_style=python3-pep517
6
6
hostmakedepends="pandoc python3-setuptools python3-setuptools_scm python3-wheel"
7
7
makedepends="python3-devel"
8
8
depends="python3-pyasn"
9
9
short_desc="Tool to group IP addresses by ASN, useful for fighting bot farms"
10
10
maintainer="Orphaned <orphan@voidlinux.org>"
11
- license="GPL -3.0-or-later"
11
+ license="AGPL -3.0-or-later"
12
12
homepage="https://gitlab.com/anarcat/asncounter"
13
13
distfiles="https://gitlab.com/anarcat/asncounter/-/archive/$version/asncounter-$version.tar.gz"
14
14
checksum=4a4184afad23e1fa9dcc2862644707c075f59e013d988aaf0cc7555f79c982ca
@@ -20,4 +20,5 @@ pre_build() {
20
20
post_install() {
21
21
pandoc --standalone --to man asncounter.1.md > asncounter.1
22
22
vman asncounter.1
23
+ vlicense LICENSE
23
24
}
You can’t perform that action at this time.
0 commit comments