contrib/sassc/Pkgfile

18 lines
375 B
Plaintext
Raw Normal View History

2019-06-13 17:26:47 -05:00
# Description: libsass command line driver
# URL: https://sass-lang.com/libsass
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: libsass
name=sassc
2021-06-16 19:31:58 -05:00
version=3.6.2
2019-06-13 17:26:47 -05: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
}