forked from rosa/hakurei
internal/rosa/package: migrate remaining trivial packages
The rest are migrated individually. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
18
internal/rosa/package/xz.az
Normal file
18
internal/rosa/package/xz.az
Normal file
@@ -0,0 +1,18 @@
|
||||
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 ];
|
||||
}
|
||||
Reference in New Issue
Block a user