21 lines
501 B
Bash
21 lines
501 B
Bash
# Template file for 'sassc'
|
|
pkgname=sassc
|
|
version=3.4.1
|
|
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=3ee4851366f3e5d83258cfc02514db216e2143fc6c94b25de2b3d5ad42a0959a
|
|
|
|
pre_configure() {
|
|
autoreconf -i
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|