From 8e74113906462fbe0e3fc29a05f02975d7499d62 Mon Sep 17 00:00:00 2001 From: toadwastoast Date: Thu, 12 Dec 2024 09:42:20 -0300 Subject: [PATCH] New package: python3-libsass-0.23.0 --- srcpkgs/python3-libsass/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-libsass/template 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 +}