# Template file for 'python3-legacy-cgi'
pkgname=python3-legacy-cgi
version=2.6.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel hatchling"
depends="python3"
short_desc="Fork of deprecated standard library module"
maintainer="wbohrer <willbohrer@proton.me>"
license="Python-2.0"
homepage="https://github.com/jackrosenthal/legacy-cgi"
distfiles="https://github.com/jackrosenthal/legacy-cgi/archive/v${version}.tar.gz"
checksum=5dc1a194ccb18906ceefe1291bc32db327b97f09238f2b97e07e26050f04a8e3

post_install() {
	vlicense LICENSE
}
