aboutsummaryrefslogtreecommitdiff
path: root/community/quark/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-18 22:47:01 +0300
committerCem Keylan <cem@ckyln.com>2020-07-18 22:47:01 +0300
commit9d42a21e20dbb4d5b0744f1a5eed5dd95d2b7ee2 (patch)
treebf79431a8b9a454ead2de985f79cf3c276a1c061 /community/quark/build
parent1b9afc545bd8ca7f97b91b51cf628303b13adf6f (diff)
downloadrepository-9d42a21e20dbb4d5b0744f1a5eed5dd95d2b7ee2.tar.gz
quark: add new package at git
Diffstat (limited to 'community/quark/build')
-rwxr-xr-xcommunity/quark/build4
1 files changed, 4 insertions, 0 deletions
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