aboutsummaryrefslogtreecommitdiff
path: root/community/figlet/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-28 15:17:57 +0300
committerCem Keylan <cem@ckyln.com>2020-01-28 15:17:57 +0300
commit607fdbb58e1078b28bc40b6da73ba6cab0dc699e (patch)
tree9a233da04b655b566d1c92e10006e38174d7ab55 /community/figlet/build
parentee1ec3e4b0e75c33a1cb0314e3dfbdc18226a0dd (diff)
downloadrepository-607fdbb58e1078b28bc40b6da73ba6cab0dc699e.tar.gz
figlet: add package to community
Diffstat (limited to 'community/figlet/build')
-rwxr-xr-xcommunity/figlet/build5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/figlet/build b/community/figlet/build
new file mode 100755
index 00000000..f604eb35
--- /dev/null
+++ b/community/figlet/build
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+sed -i '/DECLS/d' utf8.h
+make prefix=/usr
+make prefix=/usr DESTDIR="$1" install