Skip to content

Commit 66c47cb

Browse files
committed
New package: vermin-1.8.0
1 parent 5747c58 commit 66c47cb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

srcpkgs/vermin/template

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Template file for 'vermin'
2+
pkgname=vermin
3+
version=1.8.0
4+
revision=1
5+
build_style=python3-pep517
6+
hostmakedepends="python3-setuptools python3-wheel"
7+
short_desc="Concurrently detect the minimum Python versions needed to run code"
8+
maintainer="classabbyamp <[email protected]>"
9+
license="MIT"
10+
homepage="https://github.com/netromdk/vermin"
11+
changelog="https://github.com/netromdk/vermin/releases"
12+
distfiles="https://github.com/netromdk/vermin/archive/refs/tags/v${version}.tar.gz"
13+
checksum=a1f3692f8c69b1f7ed1f417bfa2d63407e0213f33f92070762b08d198c0a59e8
14+
15+
do_check() {
16+
make test
17+
}
18+
19+
post_install() {
20+
vlicense LICENSE.txt
21+
}

0 commit comments

Comments
 (0)