void-packages/srcpkgs/sassc/template

22 lines
501 B
Bash

# Template file for 'sassc'
pkgname=sassc
version=3.4.0
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=2a45e16af80b43d716b98b7e948a0e834bea4cb981ae6a6bbf36e3dfb7ae7c91
pre_configure() {
autoreconf -i
}
post_install() {
vlicense LICENSE
}