sassc: initial import, version 3.6.0

This commit is contained in:
Matt Housh 2019-06-13 17:26:47 -05:00
parent 2880a3868d
commit 8a4d76b6c5
3 changed files with 25 additions and 0 deletions

3
sassc/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sassc

5
sassc/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39oZNVnoT7QaRgu8odcNC31vfpKPnikaxvixtORLGbKksXMdYlc7ZTva2JdvZheVoOG43pDLR7z3Iva7fus+hQY=
SHA256 (Pkgfile) = b5656688548c388d4341f735ac483185754e5109516e1dde202db53d88f59939
SHA256 (.footprint) = f48dccee5596cc4bd60335e333f34ff564a86508d2ef96129f888e149b5acd73
SHA256 (sassc-3.6.0.tar.gz) = dac8d83339c3c8fc6b9599e2ff1e0a0ae833ab0e65d4370b9c69bde18f8ec676

17
sassc/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: libsass command line driver
# URL: https://sass-lang.com/libsass
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: libsass
name=sassc
version=3.6.0
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
}