From 1a856f6040781664cdaea93b366b2aa7aa3268f3 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 18 Apr 2014 12:13:06 -0300 Subject: [PATCH] New package: python-pyscss. --- srcpkgs/python-pyscss/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python-pyscss/template diff --git a/srcpkgs/python-pyscss/template b/srcpkgs/python-pyscss/template new file mode 100644 index 00000000000..b26d4633ee7 --- /dev/null +++ b/srcpkgs/python-pyscss/template @@ -0,0 +1,19 @@ +# Template file for 'python-pyscss' +pkgname=python-pyscss +version=1.2.0 +revision=1 +distfiles="https://github.com/Kronuz/pyScss/archive/v${version}.tar.gz" +checksum="54f529f0dbecc82c4ce81531f6d8c3b804d0ffaf50574420cbd9ff19f69653a2" +build_style="python-module" +pycompile_module="scss" +hostmakedepends="python-devel python-distribute" +makedepends="${hostmakedepends}" +depends="python" +maintainer="Steven R " +homepage="http://github.com/Kronuz/pyScss" +license="MIT" +short_desc="A Scss compiler for Python" + +noarch="yes" +create_srcdir="yes" +wrksrc="pyScss-${version}"