Files
hakurei/internal/rosa/package/xz.az
Ophestra a3867ad65f internal/rosa/azalea: replace binding token
This replaces the '*' placeholder with a less confusing '#'.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-24 16:20: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 ];
}