aboutsummaryrefslogtreecommitdiff
path: root/community/sassc/build
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/sassc/build
parent7552e7a37732af37c88c391dbfb52c35bccccb2d (diff)
downloadrepository-ae6aab3c08a62f0d7b8bb1a0a3b7d338b6818573.tar.gz
sassc: add new package at 3.6.1
Diffstat (limited to 'community/sassc/build')
-rwxr-xr-xcommunity/sassc/build10
1 files changed, 10 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