From 7552e7a37732af37c88c391dbfb52c35bccccb2d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 2 Feb 2021 02:39:40 +0300 Subject: libsass: add new package at 3.6.4 --- community/libsass/build | 9 +++++++++ community/libsass/checksums | 1 + community/libsass/depends | 2 ++ community/libsass/sources | 1 + community/libsass/version | 1 + 5 files changed, 14 insertions(+) create mode 100755 community/libsass/build create mode 100644 community/libsass/checksums create mode 100644 community/libsass/depends create mode 100644 community/libsass/sources create mode 100644 community/libsass/version (limited to 'community/libsass') 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 -- cgit v1.2.3