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 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 community/libsass/build (limited to 'community/libsass/build') 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 -- cgit v1.2.3