blob: a02196b861e64cf5659b3360e8cb0ae87cdcadf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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 {};
}
|