mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
New Package: libsass 3.3.6 (#4089)
Signed-off-by: Gerardo Di Iorio <arete74@gmail.com>
This commit is contained in:
parent
784ccddac3
commit
8c312d6be8
2 changed files with 33 additions and 0 deletions
1
srcpkgs/libsass-devel
Symbolic link
1
srcpkgs/libsass-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libsass
|
32
srcpkgs/libsass/template
Normal file
32
srcpkgs/libsass/template
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# Template file for 'libsass'
|
||||||
|
pkgname=libsass
|
||||||
|
version=3.3.6
|
||||||
|
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=4b004b0fcef55420dc916216b1961e0d86925e6bf4a6be37d0b6db42f7f25da5
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue