Test / Hakurei (race detector) (push) Successful in 12m22s
Test / Sandbox (push) Successful in 5m19s
Test / Sandbox (race detector) (push) Successful in 6m24s
Test / ShareFS (push) Successful in 11m20s
Test / Create distribution (push) Successful in 1m31s
Test / Hakurei (push) Successful in 3m15s
Test / Flake checks (push) Successful in 1m31s
Signed-off-by: Ophestra <cat@gensokyo.uk>
23 lines
472 B
Go
23 lines
472 B
Go
package libexpat {
|
|
description = "a stream-oriented XML parser library";
|
|
website = "https://libexpat.github.io";
|
|
anitya = 770;
|
|
|
|
version# = "2.8.3";
|
|
source = remoteGitHubRelease {
|
|
suffix = "libexpat/libexpat";
|
|
tag = "R_"+replace {
|
|
s = version;
|
|
old = ".";
|
|
new = "_";
|
|
};
|
|
name = "expat-"+version+".tar.bz2";
|
|
checksum = "prHQc14YY3Gp6BfflneNcVyRXM-AxFCqiigxrGL9TT1sGhVODvI_9JNR2xnZlZSj";
|
|
compress = bzip2;
|
|
};
|
|
|
|
exec = make {};
|
|
|
|
inputs = [ bash ];
|
|
}
|