aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/xz.az
blob: 0a186c28a8a17fef0d7a62fc20ac1098c27ca9e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package xz {
	description = "XZ Utils";
	website = "https://tukaani.org/xz";
	anitya = 5277;

	version# = "5.8.3";
	source = remoteGitHubRelease {
		suffix = "tukaani-project/xz";
		tag = "v"+version;
		name = "xz-"+version+".tar.bz2";
		checksum = "nCdayphPGdIdVoAZ2hR4vYlhDG9LeVKho_i7ealTud4Vxy5o5dWe0VwFlN7utuUL";
		compress = bzip2;
	};

	exec = make {};

	tools = [ diffutils ];

	unlikely = true;
}