mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add libev and yajl
This commit is contained in:
parent
574fea060b
commit
5ee705ff9f
14
recipes/wip/libs/other/libev/recipe.toml
Normal file
14
recipes/wip/libs/other/libev/recipe.toml
Normal file
@ -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
|
||||
"""
|
||||
6
recipes/wip/libs/other/yajl/recipe.toml
Normal file
6
recipes/wip/libs/other/yajl/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[source]
|
||||
tar = "https://github.com/lloyd/yajl/archive/refs/tags/2.1.0.tar.gz"
|
||||
blake3 = "25cbfe28df82d5699b8fa5db8b32797b34aff995c7ce35a5fb622cc68f90f0cb"
|
||||
|
||||
[build]
|
||||
template = "cmake"
|
||||
Loading…
Reference in New Issue
Block a user