We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5747c58 commit 66c47cbCopy full SHA for 66c47cb
srcpkgs/vermin/template
@@ -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