forked from rosa/hakurei
internal/rosa/package: migrate many libraries
This also adds more string helpers. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
14
internal/rosa/package/libev.az
Normal file
14
internal/rosa/package/libev.az
Normal file
@@ -0,0 +1,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 {};
|
||||
}
|
||||
Reference in New Issue
Block a user