New package: python3-libsass-0.23.0
This commit is contained in:
parent
8afe11394b
commit
8e74113906
|
@ -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 <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
|
||||
}
|
Loading…
Reference in New Issue