21 lines
581 B
Bash
21 lines
581 B
Bash
# Template file for 'python3-scruffy'
|
|
pkgname=python3-scruffy
|
|
version=0.3.8
|
|
revision=1
|
|
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=6cb1b46010947b0ec3b9247abcb533d74f036122db2f2b2c0c3e5e76966f191f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|