aboutsummaryrefslogtreecommitdiff
path: root/community/gawk
diff options
context:
space:
mode:
Diffstat (limited to 'community/gawk')
-rwxr-xr-xcommunity/gawk/build11
-rw-r--r--community/gawk/checksums2
-rw-r--r--community/gawk/meta3
-rw-r--r--community/gawk/sources1
-rw-r--r--community/gawk/version1
5 files changed, 18 insertions, 0 deletions
diff --git a/community/gawk/build b/community/gawk/build
new file mode 100755
index 00000000..1e747317
--- /dev/null
+++ b/community/gawk/build
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+export LDFLAGS="$LDFLAGS -static"
+
+./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-nls
+
+make
+make DESTDIR="$1" install
diff --git a/community/gawk/checksums b/community/gawk/checksums
new file mode 100644
index 00000000..e9c3536e
--- /dev/null
+++ b/community/gawk/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+36ab457f7f31f8b2102362ba94341d155e09261d5fbc07ccb57c68d689832350 gawk-5.2.2.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..2e1b8154
--- /dev/null
+++ b/community/gawk/sources
@@ -0,0 +1 @@
+https://ftp.gnu.org/gnu/gawk/gawk-5.2.2.tar.xz
diff --git a/community/gawk/version b/community/gawk/version
new file mode 100644
index 00000000..b0606280
--- /dev/null
+++ b/community/gawk/version
@@ -0,0 +1 @@
+5.2.2 1