diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-10 13:07:31 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-10 13:07:31 +0200 |
commit | 38d272a9ce00e086c0febb725deda432fce24e29 (patch) | |
tree | 04f392dd757045cfb06e67a18503b207b2d117f5 /community/gawk | |
parent | 1bf8137c480ae461a62c8cb4149b74447f924d32 (diff) | |
download | repository-38d272a9ce00e086c0febb725deda432fce24e29.tar.gz |
gawk: move to community
Diffstat (limited to 'community/gawk')
-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 |