Files
hakurei/internal/rosa/package/xz.az
Ophestra 656059278d internal/rosa/package: migrate remaining trivial packages
The rest are migrated individually.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-20 05:57:26 +09:00

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 ];
}