forked from rosa/hakurei
a8a2f692e7
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.2";
|
|
source = remoteGitHubRelease {
|
|
suffix = "libexpat/libexpat";
|
|
tag = "R_"+replace {
|
|
s = version;
|
|
old = ".";
|
|
new = "_";
|
|
};
|
|
name = "expat-"+version+".tar.bz2";
|
|
checksum = "98Pdyj5QtO7QRtNFXTWsCNCixQDx701ZGql2B-JIrTDkw49J5WXXUwnS4AdMlM4L";
|
|
compress = bzip2;
|
|
};
|
|
|
|
exec = make {};
|
|
|
|
inputs = [ bash ];
|
|
}
|