forked from rosa/hakurei
19 lines
387 B
Go
19 lines
387 B
Go
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 {};
|
|
|
|
inputs = [ diffutils ];
|
|
}
|