diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template new file mode 100644 index 00000000000..55e824feaa4 --- /dev/null +++ b/srcpkgs/python3-scruffy/template @@ -0,0 +1,20 @@ +# Template file for 'python3-scruffy' +pkgname=python3-scruffy +version=0.3.7 +revision=1 +noarch=yes +wrksrc="scruffy-${version}" +build_style=python3-module +pycompile_module="scruffy" +hostmakedepends="python3-setuptools" +depends="python3-six python3-yaml" +short_desc="Framework for boilerplate in Python apps" +maintainer="Andrew Benson " +license="MIT" +homepage="https://github.com/snare/scruffy" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=43671fcc6428533e68773490eec55e54a2dd205adbbd067bb5057ddff6ed0595 + +post_install() { + vlicense LICENSE +}