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