From ae6aab3c08a62f0d7b8bb1a0a3b7d338b6818573 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 2 Feb 2021 02:39:58 +0300 Subject: sassc: add new package at 3.6.1 --- community/sassc/build | 10 ++++++++++ community/sassc/checksums | 1 + community/sassc/sources | 1 + community/sassc/version | 1 + 4 files changed, 13 insertions(+) create mode 100755 community/sassc/build create mode 100644 community/sassc/checksums create mode 100644 community/sassc/sources create mode 100644 community/sassc/version (limited to 'community') 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 diff --git a/community/sassc/checksums b/community/sassc/checksums new file mode 100644 index 00000000..1ec1a5b0 --- /dev/null +++ b/community/sassc/checksums @@ -0,0 +1 @@ +8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60 3.6.1.tar.gz diff --git a/community/sassc/sources b/community/sassc/sources new file mode 100644 index 00000000..b2dc3bb1 --- /dev/null +++ b/community/sassc/sources @@ -0,0 +1 @@ +https://github.com/sass/sassc/archive/3.6.1.tar.gz diff --git a/community/sassc/version b/community/sassc/version new file mode 100644 index 00000000..9eebc20f --- /dev/null +++ b/community/sassc/version @@ -0,0 +1 @@ +3.6.1 1 -- cgit v1.2.3