Files
hakurei/internal/rosa/package/libexpat.az
T
2026-08-11 14:39:16 +09:00

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 ];
}