aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-02 02:39:58 +0300
committerCem Keylan <cem@ckyln.com>2021-02-02 02:39:58 +0300
commitae6aab3c08a62f0d7b8bb1a0a3b7d338b6818573 (patch)
tree6e5ea289d3bc58d225752a1458db8eb8211bfebd /community
parent7552e7a37732af37c88c391dbfb52c35bccccb2d (diff)
downloadrepository-ae6aab3c08a62f0d7b8bb1a0a3b7d338b6818573.tar.gz
sassc: add new package at 3.6.1
Diffstat (limited to 'community')
-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