19 lines
562 B
Bash
19 lines
562 B
Bash
# Template file for 'python3-scruffy'
|
|
pkgname=python3-scruffy
|
|
version=0.3.8.2
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-six python3-yaml"
|
|
checkdepends="python3-nose"
|
|
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=36bd10f44a5329590e4ea7a6746645c1f9fa05d03b62c8c713676c65dbff2392
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|