All checks were successful
Test / Create distribution (push) Successful in 2m40s
Test / Sandbox (push) Successful in 2m46s
Test / ShareFS (push) Successful in 3m47s
Test / Sandbox (race detector) (push) Successful in 5m28s
Test / Hakurei (race detector) (push) Successful in 6m47s
Test / Hakurei (push) Successful in 2m41s
Test / Flake checks (push) Successful in 1m31s
This replaces the '*' placeholder with a less confusing '#'. 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.1";
|
|
source = remoteGitHubRelease {
|
|
suffix = "libexpat/libexpat";
|
|
tag = "R_"+replace {
|
|
s = version;
|
|
old = ".";
|
|
new = "_";
|
|
};
|
|
name = "expat-"+version+".tar.bz2";
|
|
checksum = "iMEtbOJhQfGof2GxSlxffQSI1va_NDDQ9VIuqcPbNZ0291Dr8wttD5QecYyjIQap";
|
|
compress = bzip2;
|
|
};
|
|
|
|
exec = make {};
|
|
|
|
inputs = [ bash ];
|
|
}
|