Add libev and yajl

This commit is contained in:
Jeremy Soller 2025-11-20 09:47:02 -07:00
parent 574fea060b
commit 5ee705ff9f
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
2 changed files with 20 additions and 0 deletions

View 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
"""

View 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"