vp-build/srcpkgs/sassc/template

22 lines
492 B
Bash

# Template file for 'sassc'
pkgname=sassc
version=3.6.2
revision=1
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=608dc9002b45a91d11ed59e352469ecc05e4f58fc1259fc9a9f5b8f0f8348a03
pre_configure() {
autoreconf -i
}
post_install() {
vlicense LICENSE
}