contrib/libsass/Pkgfile

17 lines
359 B
Plaintext
Raw Normal View History

2019-06-14 00:25:51 +02:00
# Description: A C/C++ port of the Sass engine
# URL: https://sass-lang.com/libsass
# Maintainer: Matt Housh, jaeger at crux dot ninja
name=libsass
2024-01-10 21:09:09 +01:00
version=3.6.6
2019-06-14 00:25:51 +02:00
release=1
source=(https://github.com/sass/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
autoreconf -fi
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}