void-packages/srcpkgs/libsass/template
Gerardo Di Iorio 1d6f97868a libsass: update to 3.4.5
Signed-off-by: Gerardo  Di Iorio <arete74@gmail.com>
2017-05-25 14:25:36 +02:00

32 lines
729 B
Bash

# Template file for 'libsass'
pkgname=libsass
version=3.4.5
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
short_desc="C implementation of Sass CSS preprocessor"
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
homepage="http://libsass.org/"
license="MIT"
distfiles="https://github.com/sass/${pkgname}/archive/${version}.tar.gz"
checksum=fd0cb47479b4eae03154f23e17ab846aa81ba168c9aa5fa493b8fa42d10842c8
pre_configure() {
autoreconf -i
}
post_install() {
vlicense LICENSE
}
libsass-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
vmove usr/lib/pkgconfig
}
}