2014-04-18 17:13:06 +02:00
|
|
|
# Template file for 'python-pyscss'
|
|
|
|
pkgname=python-pyscss
|
|
|
|
version=1.2.0
|
2014-07-10 10:14:10 +02:00
|
|
|
revision=2
|
|
|
|
wrksrc="pyScss-${version}"
|
2014-04-18 17:13:06 +02:00
|
|
|
build_style="python-module"
|
2014-07-10 10:14:10 +02:00
|
|
|
hostmakedepends="python-setuptools"
|
|
|
|
makedepends="pcre-devel python-devel python-six"
|
|
|
|
depends="python python-six"
|
2014-04-18 17:13:06 +02:00
|
|
|
pycompile_module="scss"
|
2014-07-10 10:14:10 +02:00
|
|
|
short_desc="A Scss compiler for Python"
|
2014-04-18 17:13:06 +02:00
|
|
|
maintainer="Steven R <dev@styez.com>"
|
|
|
|
homepage="http://github.com/Kronuz/pyScss"
|
|
|
|
license="MIT"
|
2014-07-10 10:14:10 +02:00
|
|
|
distfiles="https://github.com/Kronuz/pyScss/archive/v${version}.tar.gz"
|
|
|
|
checksum=54f529f0dbecc82c4ce81531f6d8c3b804d0ffaf50574420cbd9ff19f69653a2
|
2014-04-18 17:13:06 +02:00
|
|
|
|
2014-07-10 10:14:10 +02:00
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|