commit 7552e7a37732af37c88c391dbfb52c35bccccb2d
parent 7d6738839858c978b128ff7216ffc00dd1a07b9a
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 2 Feb 2021 02:39:40 +0300
libsass: add new package at 3.6.4
Diffstat:
5 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/community/libsass/build 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
@@ -0,0 +1 @@
+f9484d9a6df60576e791566eab2f757a97fd414fce01dd41fc0a693ea5db2889 3.6.4.tar.gz
diff --git a/community/libsass/depends b/community/libsass/depends
@@ -0,0 +1,2 @@
+automake make
+libtool make
diff --git a/community/libsass/sources 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
@@ -0,0 +1 @@
+3.6.4 1