void-packages/srcpkgs/python3-scruffy/template
2019-12-23 18:05:37 +01:00

20 lines
583 B
Bash

# Template file for 'python3-scruffy'
pkgname=python3-scruffy
version=0.3.8.1
revision=2
archs=noarch
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=9a4f208ee723d5ee40614b09166ad52a319eb7fa6e4fcfe18ee6cabde3f8d1a6
post_install() {
vlicense LICENSE
}