diff options
| author | Cem Keylan <cem@ckyln.com> | 2021-02-02 02:39:58 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2021-02-02 02:39:58 +0300 |
| commit | ae6aab3c08a62f0d7b8bb1a0a3b7d338b6818573 (patch) | |
| tree | 6e5ea289d3bc58d225752a1458db8eb8211bfebd /community/sassc/build | |
| parent | 7552e7a37732af37c88c391dbfb52c35bccccb2d (diff) | |
| download | repository-ae6aab3c08a62f0d7b8bb1a0a3b7d338b6818573.tar.gz | |
sassc: add new package at 3.6.1
Diffstat (limited to 'community/sassc/build')
| -rwxr-xr-x | community/sassc/build | 10 |
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 |
