aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommunity/sassc/build10
-rw-r--r--community/sassc/checksums1
-rw-r--r--community/sassc/sources1
-rw-r--r--community/sassc/version1
4 files changed, 13 insertions, 0 deletions
diff --git a/community/sassc/build b/community/sassc/build
new file mode 100755
index 00000000..6b05f28b
--- /dev/null
+++ b/community/sassc/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+autoreconf -fi
+
+./configure \
+ --prefix=/usr \
+ --disable-shared
+
+make LDFLAGS="-all-static"
+make DESTDIR="$1" install
diff --git a/community/sassc/checksums b/community/sassc/checksums
new file mode 100644
index 00000000..1ec1a5b0
--- /dev/null
+++ b/community/sassc/checksums
@@ -0,0 +1 @@
+8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60 3.6.1.tar.gz
diff --git a/community/sassc/sources b/community/sassc/sources
new file mode 100644
index 00000000..b2dc3bb1
--- /dev/null
+++ b/community/sassc/sources
@@ -0,0 +1 @@
+https://github.com/sass/sassc/archive/3.6.1.tar.gz
diff --git a/community/sassc/version b/community/sassc/version
new file mode 100644
index 00000000..9eebc20f
--- /dev/null
+++ b/community/sassc/version
@@ -0,0 +1 @@
+3.6.1 1