update recipes

This commit is contained in:
Ribbon 2023-12-21 00:47:29 +00:00
parent 9afb69e33e
commit 94280c8cb7
3 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compilation error
[source]
tar = "https://astron.com/pub/file/file-5.45.tar.gz"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO configuration problem
[source]
git = "https://github.com/axboe/fio"
rev = "624e263f6acb1563471a83601ce19dfb77ac5694"

View File

@ -1,6 +1,9 @@
#TODO probably wrong template, if it doesn't work use the "command" package
#TODO
[source]
git = "https://github.com/SeaQL/FireDBG.for.Rust"
rev = "2c1ec30113e2a0c857a37beb4177884528ae69bc"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages command
"""