File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-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
+ checkdepends="python3-pyasn python3-pytest python3-prometheus_client"
9
10
short_desc="Tool to group IP addresses by ASN, useful for fighting bot farms"
10
11
maintainer="Orphaned <orphan@voidlinux.org>"
11
- license="GPL -3.0-or-later"
12
+ license="AGPL -3.0-or-later"
12
13
homepage="https://gitlab.com/anarcat/asncounter"
13
14
distfiles="https://gitlab.com/anarcat/asncounter/-/archive/$version/asncounter-$version.tar.gz"
14
15
checksum=4a4184afad23e1fa9dcc2862644707c075f59e013d988aaf0cc7555f79c982ca
@@ -20,4 +21,5 @@ pre_build() {
20
21
post_install() {
21
22
pandoc --standalone --to man asncounter.1.md > asncounter.1
22
23
vman asncounter.1
24
+ vlicense LICENSE
23
25
}
You can’t perform that action at this time.
0 commit comments