update recipes

This commit is contained in:
Ribbon 2023-12-21 16:59:58 +00:00
parent 0ba1d626d3
commit 0291009cce
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compilation error - unknown type name "sigjmp_buf"
[source]
tar = "https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.12.1/imlib2-1.12.1.tar.xz"
[build]

View File

@ -1,4 +1,4 @@
#TODO probably wrong template, lacking build instructions
#TODO nonsense error "Cargo.toml doesn't exist"
#TODO configure the CLI and service
[source]
git = "https://github.com/influxdata/influxdb"

View File

@ -5,5 +5,5 @@ rev = "8d058c8d879bdeec64506f2d34c2c55e2975ec28"
[build]
template = "custom"
script = """
cookbook_cargo_packages innernet
cookbook_cargo_packages client
"""

View File

@ -8,5 +8,5 @@ dependencies = [
"sqlite3",
]
script = """
cookbook_cargo_packages innernet-server
cookbook_cargo_packages server
"""