diff options
Diffstat (limited to 'community')
-rwxr-xr-x | community/gawk/build | 10 | ||||
-rw-r--r-- | community/gawk/checksums | 1 | ||||
-rw-r--r-- | community/gawk/meta | 3 | ||||
-rw-r--r-- | community/gawk/sources | 1 | ||||
-rw-r--r-- | community/gawk/version | 1 |
5 files changed, 16 insertions, 0 deletions
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 <cem@carbslinux.org> 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 |