From 607fdbb58e1078b28bc40b6da73ba6cab0dc699e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 28 Jan 2020 15:17:57 +0300 Subject: figlet: add package to community --- community/figlet/build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 community/figlet/build (limited to 'community/figlet/build') 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 -- cgit v1.2.3