22 lines
501 B
Bash
22 lines
501 B
Bash
|
# Template file for 'sassc'
|
||
|
pkgname=sassc
|
||
|
version=3.3.6
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
hostmakedepends="automake libtool"
|
||
|
makedepends="libsass-devel"
|
||
|
short_desc="C/C++ wrapper for sass"
|
||
|
maintainer="demiaster <marta.celeste.feriani@gmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/sass/$pkgname"
|
||
|
distfiles="$homepage/archive/$version.tar.gz"
|
||
|
checksum=3d87edeacdd0f9a21cd0bdcf0e0e40c832b21f469af80eb5e11488c66bf53840
|
||
|
|
||
|
pre_configure() {
|
||
|
autoreconf -i
|
||
|
}
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|