aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/gnu.az
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-07-12 23:29:38 +0900
committerOphestra <cat@gensokyo.uk>2026-07-13 00:10:38 +0900
commit51e4426a4f911ec48d0618e2a62c3c7bde57843f (patch)
treec810cf549a0a4150cd9ad6c4b2083a8e3c769c80 /internal/rosa/package/gnu.az
parent316edeb17b48ae6ab9508f3f98d7babeae79ba7b (diff)
internal/rosa: remove gawk
This change fully eliminates gawk. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/gnu.az')
-rw-r--r--internal/rosa/package/gnu.az22
1 files changed, 3 insertions, 19 deletions
diff --git a/internal/rosa/package/gnu.az b/internal/rosa/package/gnu.az
index bed93354..5502fccc 100644
--- a/internal/rosa/package/gnu.az
+++ b/internal/rosa/package/gnu.az
@@ -12,6 +12,9 @@ package m4 {
compress = bzip2;
};
+ // awk dependency loop
+ toyboxEarly = true;
+
writable = true;
early = `
chmod +w tests/test-c32ispunct.sh && echo '#!/bin/sh' > tests/test-c32ispunct.sh
@@ -220,25 +223,6 @@ test_disable '#!/bin/sh' tests/need-filename
exec = make {};
}
-package gawk {
- description = "an implementation of awk with GNU extensions";
- website = "https://www.gnu.org/software/gawk";
- anitya = 868;
-
- version# = "5.4.0";
- source = remoteTar {
- url = "https://ftpmirror.gnu.org/gnu/gawk/gawk-"+version+".tar.gz";
- checksum = "m0RkIolC-PI7EY5q8pcx5Y-0twlIW0Yp3wXXmV-QaHorSdf8BhZ7kW9F8iWomz0C";
- compress = gzip;
- };
-
- toyboxEarly = true;
- exec = make {
- // dependency loop
- skipCheck = true;
- };
-}
-
package grep {
description = "searches input for lines containing a match to a pattern";
website = "https://www.gnu.org/software/grep";