Update recipes

This commit is contained in:
Ribbon 2024-06-09 22:59:01 +00:00
parent d1334b80c9
commit 98f558ec4c
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,11 @@
[source]
tar = "https://www.cairographics.org/releases/cairomm-1.18.0.tar.xz"
[build]
template = "configure"
template = "custom"
dependencies = [
"cairo",
]
script = """
./autogen.sh
cookbook_configure
"""

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO Bash can't detect the "--all-features" flag on the script
[source]
git = "https://github.com/w-henderson/Humphrey"
[build]