forked from rosa/hakurei
internal/rosa/package: azalea proposal
This commit is contained in:
@@ -1,22 +1,20 @@
|
||||
//az:schema mbf
|
||||
|
||||
package libexpat {
|
||||
description = "a stream-oriented XML parser library";
|
||||
website = "https://libexpat.github.io";
|
||||
anitya = 770;
|
||||
description = "a stream-oriented XML parser library"
|
||||
website = "https://libexpat.github.io"
|
||||
anitya = 770
|
||||
|
||||
version* = "2.8.1";
|
||||
version := "2.8.1"
|
||||
source = remoteGitHubRelease {
|
||||
suffix = "libexpat/libexpat";
|
||||
tag = "R_"+replace {
|
||||
s = version;
|
||||
old = ".";
|
||||
new = "_";
|
||||
};
|
||||
name = "expat-"+version+".tar.bz2";
|
||||
checksum = "iMEtbOJhQfGof2GxSlxffQSI1va_NDDQ9VIuqcPbNZ0291Dr8wttD5QecYyjIQap";
|
||||
compress = bzip2;
|
||||
};
|
||||
suffix = "libexpat/libexpat"
|
||||
tag = "R_"+replace(version, ".", "_")
|
||||
name = "expat-${version}.tar.bz2";
|
||||
checksum = "iMEtbOJhQfGof2GxSlxffQSI1va_NDDQ9VIuqcPbNZ0291Dr8wttD5QecYyjIQap"
|
||||
compress = bzip2
|
||||
}
|
||||
|
||||
exec = make {};
|
||||
exec = make()
|
||||
|
||||
inputs = [ bash ];
|
||||
inputs = [ bash ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user