21 lines
492 B
Bash
21 lines
492 B
Bash
# Template file for 'sassc'
|
|
pkgname=sassc
|
|
version=3.6.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool"
|
|
makedepends="libsass-devel"
|
|
short_desc="C/C++ wrapper for sass"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="MIT"
|
|
homepage="https://github.com/sass/$pkgname"
|
|
distfiles="$homepage/archive/$version.tar.gz"
|
|
checksum=8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60
|
|
|
|
pre_configure() {
|
|
autoreconf -i
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|