forked from rosa/hakurei
16 lines
432 B
Go
16 lines
432 B
Go
package tllist {
|
|
description = "a C header file only implementation of a typed linked list";
|
|
website = "https://codeberg.org/dnkl/tllist";
|
|
anitya = 141661;
|
|
|
|
version# = "1.1.0";
|
|
source = remoteTar {
|
|
url = "https://codeberg.org/dnkl/tllist/releases/download/"+version+
|
|
"/tllist-"+version+".tar.gz";
|
|
checksum = "7Brsv-HvNOcqNjWWwTs89rJ7ROLd73IQzGMBfWG04Tr4JpbtVh9Gixrl0IfVq1cM";
|
|
compress = gzip;
|
|
};
|
|
|
|
exec = meson {};
|
|
}
|