From 9d42a21e20dbb4d5b0744f1a5eed5dd95d2b7ee2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 18 Jul 2020 22:47:01 +0300 Subject: quark: add new package at git --- community/quark/build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 community/quark/build (limited to 'community/quark/build') diff --git a/community/quark/build b/community/quark/build new file mode 100755 index 00000000..fb79f372 --- /dev/null +++ b/community/quark/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make LDFLAGS="$LDFLAGS -static" +make PREFIX=/usr DESTDIR="$1" install -- cgit v1.2.3