2024-12-14 07:44:03 -05:00

22 lines
593 B
Bash

# Template file for 'python3-libsass'
pkgname=python3-libsass
version=0.23.0
revision=3
build_style=python3-pep517
hostmakedepends="python3-wheel"
makedepends="python3-devel libsass-devel"
short_desc="Sass/SCSS for Python"
maintainer="toadwastoast <toadwastoast@proton.me>"
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
}