update recipes

This commit is contained in:
Ribbon 2023-12-21 13:35:51 +00:00
parent 492a884ec7
commit 48c064b76e
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/thombles/hashgood"
[build]

View File

@ -1,5 +1,8 @@
#TODO compilation error (related to X11?)
#TODO make libxcb work
[source]
git = "https://github.com/transmissions11/headers"
[build]
template = "cargo"
dependencies = [
"libxcb",
]

View File

@ -1,6 +1,6 @@
#TODO helix-term error (after cargo update)
[source]
tar = "https://github.com/helix-editor/helix/releases/download/23.05/helix-23.05-source.tar.xz"
tar = "https://github.com/helix-editor/helix"
[build]
template = "custom"
script = """