diff --git a/srcpkgs/python3-libsass/template b/srcpkgs/python3-libsass/template new file mode 100644 index 00000000000..ece99ed7223 --- /dev/null +++ b/srcpkgs/python3-libsass/template @@ -0,0 +1,21 @@ +# Template file for 'python3-libsass' +pkgname=python3-libsass +version=0.23.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-wheel" +makedepends="python3-devel libsass-devel" +short_desc="Sass/SCSS for Python" +maintainer="toadwastoast " +license="MIT" +homepage="https://sass.github.io/libsass-python" +distfiles="https://github.com/sass/libsass-python/archive/${version}/py3-libsass-${version}.tar.gz" +checksum=4bff7819756f52f6e4592f03f205104d1ca431088d9452aed5042f89a36f9873 + +pre_build() { + export SYSTEM_SASS="true" +} + +post_install() { + vlicense LICENSE +}