internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

@@ -1,14 +1,16 @@
//az:schema mbf
package libev {
description = "a full-featured and high-performance event loop";
website = "http://libev.schmorp.de";
anitya = 1605;
description = "a full-featured and high-performance event loop"
website = "http://libev.schmorp.de"
anitya = 1605
version* = "4.33";
version := "4.33"
source = remoteTar {
url = "https://dist.schmorp.de/libev/Attic/libev-"+version+".tar.gz";
checksum = "774eSXV_4k8PySRprUDChbEwsw-kzjIFnJ3MpNOl5zDpamBRvC3BqPyRxvkwcL6_";
compress = gzip;
};
url = "https://dist.schmorp.de/libev/Attic/libev-${version}.tar.gz"
checksum = "774eSXV_4k8PySRprUDChbEwsw-kzjIFnJ3MpNOl5zDpamBRvC3BqPyRxvkwcL6_"
compress = gzip
}
exec = make {};
exec = make()
}