aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/tllist.az
blob: 0888a326dd914f0420c2bbebba28aee6ae790cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/archive/"+version+".tar.gz";
		checksum = "EEgawChPB8hO7mW9dAzakBGWSRnrgK8pWhCF7Z5F_ycYEqOXxJPCWq6mFUi95U9d";
		compress = gzip;
	};

	exec = meson {};
}