aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/awk.az
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/package/awk.az')
-rw-r--r--internal/rosa/package/awk.az30
1 files changed, 30 insertions, 0 deletions
diff --git a/internal/rosa/package/awk.az b/internal/rosa/package/awk.az
new file mode 100644
index 00000000..fed7910c
--- /dev/null
+++ b/internal/rosa/package/awk.az
@@ -0,0 +1,30 @@
+package awk {
+ description = "one true awk";
+ website = "https://github.com/onetrueawk/awk";
+ anitya = 16171;
+
+ version# = "20260426";
+ source = remoteGitHub {
+ suffix = "onetrueawk/awk";
+ tag = version;
+ checksum = "ewAvWLEHajhm7cA7v4DsKVk1c11niCLKIE5Q-8W_sxv1XXsbZlcOuWn1KOBYMxjo";
+ };
+
+ enterSource = true;
+ writable = true;
+ chmod = true;
+
+ exec = make {
+ omitDefaults = true;
+ inPlace = true;
+ skipConfigure = true;
+ preCheck = "install -vD a.out /system/bin/awk\n";
+ install = "install -vD a.out /work/system/bin/awk";
+ };
+
+ inputs = [
+ m4,
+ bison,
+ diffutils,
+ ];
+}