aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/libev.az
blob: 20827d80b049ac40402eed5b0a0c6ea33f6e861b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package libev {
	description = "a full-featured and high-performance event loop";
	website = "http://libev.schmorp.de";
	anitya = 1605;

	version* = "4.33";
	source = remoteTar {
		url = "https://dist.schmorp.de/libev/Attic/libev-"+version+".tar.gz";
		checksum = "774eSXV_4k8PySRprUDChbEwsw-kzjIFnJ3MpNOl5zDpamBRvC3BqPyRxvkwcL6_";
		compress = gzip;
	};

	exec = make {};
}