diff --git a/srcpkgs/python3-cfgv/template b/srcpkgs/python3-cfgv/template new file mode 100644 index 00000000000..9e1e97e2065 --- /dev/null +++ b/srcpkgs/python3-cfgv/template @@ -0,0 +1,18 @@ +# Template file for 'python3-cfgv' +pkgname=python3-cfgv +version=3.3.1 +revision=1 +wrksrc="cfgv-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Validate configuration and produce human readable error messages" +maintainer="Joseph Benden " +license="MIT" +homepage="https://github.com/asottile/cfgv" +distfiles="${PYPI_SITE}/c/cfgv/cfgv-${version}.tar.gz" +checksum=f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736 + +post_install() { + vlicense LICENSE +}