aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/byacc.az
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-07-24 17:04:42 +0900
committerOphestra <cat@gensokyo.uk>2026-07-24 18:48:20 +0900
commit6c2ca507b92c5cbe1abc03f5a24e037af5812e57 (patch)
treed05d80395939eadbb5ad78a6baa426b3b80b7afb /internal/rosa/package/byacc.az
parent1a8212ee02248c8a75472486f15f88ba3f7bc9b0 (diff)
internal/rosa/package: byacc
Much cleaner than bison and compiles much faster. This should be used whenever possible. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/byacc.az')
-rw-r--r--internal/rosa/package/byacc.az22
1 files changed, 22 insertions, 0 deletions
diff --git a/internal/rosa/package/byacc.az b/internal/rosa/package/byacc.az
new file mode 100644
index 00000000..e79bb1ba
--- /dev/null
+++ b/internal/rosa/package/byacc.az
@@ -0,0 +1,22 @@
+package byacc {
+ description = "Berkeley Yacc";
+ website = "https://invisible-island.net/byacc";
+ anitya = 233;
+
+ version# = "20260126";
+ source = remoteTar {
+ url = "https://invisible-island.net/archives/byacc/"+
+ "byacc-"+version+".tgz";
+ compress = gzip;
+ checksum = "3IXzewZmFUW3hkFKBuweR0hUSftlI2zE0lBZf16I8oK3mFEyj51FzVv1wvA12uoC";
+ };
+
+ // awk dependency loop
+ toyboxEarly = true;
+
+ // test suite assumes writable source
+ writable = true;
+ chmod = true;
+
+ exec = make {};
+}