aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/byacc.az
blob: 67dc2ad53736dccac2884a7497c9db1641423b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 {
		omitDefaults = true;
	};
}