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 +++++ community/figlet/checksums | 1 + community/figlet/sources | 1 + community/figlet/version | 1 + 4 files changed, 8 insertions(+) create mode 100755 community/figlet/build create mode 100644 community/figlet/checksums create mode 100644 community/figlet/sources create mode 100644 community/figlet/version (limited to 'community') 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 diff --git a/community/figlet/checksums b/community/figlet/checksums new file mode 100644 index 00000000..25f023c4 --- /dev/null +++ b/community/figlet/checksums @@ -0,0 +1 @@ +bf88c40fd0f077dab2712f54f8d39ac952e4e9f2e1882f1195be9e5e4257417d figlet-2.2.5.tar.gz diff --git a/community/figlet/sources b/community/figlet/sources new file mode 100644 index 00000000..78e58f17 --- /dev/null +++ b/community/figlet/sources @@ -0,0 +1 @@ +ftp://ftp.figlet.org/pub/figlet/program/unix/figlet-2.2.5.tar.gz diff --git a/community/figlet/version b/community/figlet/version new file mode 100644 index 00000000..ce7ad66a --- /dev/null +++ b/community/figlet/version @@ -0,0 +1 @@ +2.2.5 1 -- cgit v1.2.3