From 38d272a9ce00e086c0febb725deda432fce24e29 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 10 Oct 2021 13:07:31 +0200 Subject: gawk: move to community --- community/gawk/build | 10 ++++++++++ community/gawk/checksums | 1 + community/gawk/meta | 3 +++ community/gawk/sources | 1 + community/gawk/version | 1 + 5 files changed, 16 insertions(+) create mode 100755 community/gawk/build create mode 100644 community/gawk/checksums create mode 100644 community/gawk/meta create mode 100644 community/gawk/sources create mode 100644 community/gawk/version (limited to 'community/gawk') diff --git a/community/gawk/build b/community/gawk/build new file mode 100755 index 00000000..ba2adac0 --- /dev/null +++ b/community/gawk/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export LDFLAGS="$LDFLAGS -static" + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc + +make +make DESTDIR="$1" install diff --git a/community/gawk/checksums b/community/gawk/checksums new file mode 100644 index 00000000..10ed366c --- /dev/null +++ b/community/gawk/checksums @@ -0,0 +1 @@ +cf5fea4ac5665fd5171af4716baab2effc76306a9572988d5ba1078f196382bd gawk-5.1.0.tar.xz diff --git a/community/gawk/meta b/community/gawk/meta new file mode 100644 index 00000000..c657ec57 --- /dev/null +++ b/community/gawk/meta @@ -0,0 +1,3 @@ +description: GNU Awk implementation +license: GPL-3.0-or-later +maintainer: Cem Keylan diff --git a/community/gawk/sources b/community/gawk/sources new file mode 100644 index 00000000..0a927a37 --- /dev/null +++ b/community/gawk/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/gawk/gawk-5.1.0.tar.xz diff --git a/community/gawk/version b/community/gawk/version new file mode 100644 index 00000000..8f0e3266 --- /dev/null +++ b/community/gawk/version @@ -0,0 +1 @@ +5.1.0 1 -- cgit v1.2.3