From 60f4bc7659be024ef422dce8c21cc21597d70397 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 24 Sep 2018 17:58:50 -0500 Subject: [PATCH] New package: python3-scruffy-0.3.7 --- srcpkgs/python3-scruffy/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-scruffy/template 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 +}