New package: python3-scruffy-0.3.7

This commit is contained in:
Andrew Benson 2018-09-24 17:58:50 -05:00 committed by maxice8
parent f132cdf843
commit 60f4bc7659
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -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 <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/snare/scruffy"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=43671fcc6428533e68773490eec55e54a2dd205adbbd067bb5057ddff6ed0595
post_install() {
vlicense LICENSE
}