diff --git a/recipes/wip/libs/other/libev/recipe.toml b/recipes/wip/libs/other/libev/recipe.toml new file mode 100644 index 00000000..bb026811 --- /dev/null +++ b/recipes/wip/libs/other/libev/recipe.toml @@ -0,0 +1,14 @@ +[source] +tar = "https://dist.schmorp.de/libev/libev-4.33.tar.gz" +blake3 = "d56e7f06baa52d5068b6184a307cf27c32f71b60e13d98ee6d4d9c1786393424" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +""" diff --git a/recipes/wip/libs/other/yajl/recipe.toml b/recipes/wip/libs/other/yajl/recipe.toml new file mode 100644 index 00000000..b61e2cef --- /dev/null +++ b/recipes/wip/libs/other/yajl/recipe.toml @@ -0,0 +1,6 @@ +[source] +tar = "https://github.com/lloyd/yajl/archive/refs/tags/2.1.0.tar.gz" +blake3 = "25cbfe28df82d5699b8fa5db8b32797b34aff995c7ce35a5fb622cc68f90f0cb" + +[build] +template = "cmake"