aboutsummaryrefslogtreecommitdiff
path: root/community/libsass
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-02 02:39:40 +0300
committerCem Keylan <cem@ckyln.com>2021-02-02 02:39:40 +0300
commit7552e7a37732af37c88c391dbfb52c35bccccb2d (patch)
treeff4a5470619b9da85de6649f8203b998bc4394ab /community/libsass
parent7d6738839858c978b128ff7216ffc00dd1a07b9a (diff)
downloadrepository-7552e7a37732af37c88c391dbfb52c35bccccb2d.tar.gz
libsass: add new package at 3.6.4
Diffstat (limited to 'community/libsass')
-rwxr-xr-xcommunity/libsass/build9
-rw-r--r--community/libsass/checksums1
-rw-r--r--community/libsass/depends2
-rw-r--r--community/libsass/sources1
-rw-r--r--community/libsass/version1
5 files changed, 14 insertions, 0 deletions
diff --git a/community/libsass/build b/community/libsass/build
new file mode 100755
index 00000000..01959253
--- /dev/null
+++ b/community/libsass/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+autoreconf -fi
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/community/libsass/checksums b/community/libsass/checksums
new file mode 100644
index 00000000..dce20cb5
--- /dev/null
+++ b/community/libsass/checksums
@@ -0,0 +1 @@
+f9484d9a6df60576e791566eab2f757a97fd414fce01dd41fc0a693ea5db2889 3.6.4.tar.gz
diff --git a/community/libsass/depends b/community/libsass/depends
new file mode 100644
index 00000000..910b342a
--- /dev/null
+++ b/community/libsass/depends
@@ -0,0 +1,2 @@
+automake make
+libtool make
diff --git a/community/libsass/sources b/community/libsass/sources
new file mode 100644
index 00000000..25011d07
--- /dev/null
+++ b/community/libsass/sources
@@ -0,0 +1 @@
+https://github.com/sass/libsass/archive/3.6.4.tar.gz
diff --git a/community/libsass/version b/community/libsass/version
new file mode 100644
index 00000000..08ea9adc
--- /dev/null
+++ b/community/libsass/version
@@ -0,0 +1 @@
+3.6.4 1