update recipes

This commit is contained in:
Ribbon 2023-12-22 16:14:25 +00:00
parent 9b1a9e4cd5
commit d230e2bd89
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,5 @@
#TODO Not compiled or tested #TODO compiled but not tested
#TODO missing script to properly move the binary
[source] [source]
git = "https://github.com/sharkdp/numbat" git = "https://github.com/sharkdp/numbat"
[build] [build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested #TODO openssl-sys crate error
[source] [source]
git = "https://github.com/dustinblackman/oatmeal" git = "https://github.com/dustinblackman/oatmeal"
rev = "96f08a7b65c7be249a9f8497e247cc920c08459d" rev = "96f08a7b65c7be249a9f8497e247cc920c08459d"

View File

@ -2,4 +2,7 @@
[source] [source]
git = "https://github.com/odilia-app/odilia" git = "https://github.com/odilia-app/odilia"
[build] [build]
template = "cargo" template = "custom"
script = """
cookbook_cargo_packages odilia
"""