summaryrefslogtreecommitdiff
path: root/libsass/Pkgfile
blob: ba7031b7a7145ee8c2dc8a9f2f64ca693c489a30 (plain)
    1 # Description: A C/C++ port of the Sass engine
    2 # URL: https://sass-lang.com/libsass
    3 # Maintainer: Matt Housh, jaeger at crux dot ninja
    4 
    5 name=libsass
    6 version=3.6.5
    7 release=1
    8 source=(https://github.com/sass/$name/archive/$version/$name-$version.tar.gz)
    9 
   10 build() {
   11 	cd $name-$version
   12 	autoreconf -fi
   13 	./configure --prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 }

Generated by cgit