Update recipes

This commit is contained in:
Ribbon 2024-06-12 17:47:04 +00:00
parent e9a9a7f510
commit 88bf0d3ac0
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO the tarball contents aren't copied to the "build" folder
#TODO mm-common-prepare: not found
[source]
tar = "https://www.cairographics.org/releases/cairomm-1.18.0.tar.xz"
[build]

View File

@ -1,4 +1,4 @@
#TODO the git repository contents aren't copied to the "build" folder
#TODO compiled but not tested
[source]
git = "https://github.com/wolfSSL/wolfssl"
rev = "37884f864d6fd9b04f44677cb04da15d0c9d6526"

View File

@ -7,6 +7,7 @@ dependencies = [
"sqlite3",
]
script = """
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
cd "${COOKBOOK_SOURCE}/server"
cookbook_cargo
"""