forked from rosa/hakurei
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>
This commit is contained in:
@@ -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 {};
|
||||
}
|
||||
Reference in New Issue
Block a user