void-packages/srcpkgs/sassc/template
2019-06-17 07:26:01 +02:00

21 lines
492 B
Bash

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