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 045c15c commit 6b54168Copy full SHA for 6b54168
srcpkgs/python3-legacy-cgi/template
@@ -0,0 +1,17 @@
1
+# Template file for 'python3-legacy-cgi'
2
+pkgname=python3-legacy-cgi
3
+version=2.6.4
4
+revision=1
5
+build_style=python3-pep517
6
+hostmakedepends="python3-setuptools python3-wheel hatchling"
7
+depends="python3"
8
+short_desc="Fork of deprecated standard library module"
9
+maintainer="wbohrer <[email protected]>"
10
+license="Python-2.0"
11
+homepage="https://github.com/jackrosenthal/legacy-cgi"
12
+distfiles="https://github.com/jackrosenthal/legacy-cgi/archive/v${version}.tar.gz"
13
+checksum=5dc1a194ccb18906ceefe1291bc32db327b97f09238f2b97e07e26050f04a8e3
14
+
15
+post_install() {
16
+ vlicense LICENSE
17
+}
0 commit comments