update recipes

This commit is contained in:
Ribbon 2023-12-21 03:45:30 +00:00
parent d7e4517ca8
commit 6b5e28618f
5 changed files with 8 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#TODO compiled but not tested (after a patch on the ring crate)
#TODO compiled but not tested (after a cargo update and a patch on the ring crate)
[source]
git = "https://github.com/sondr3/git-ignore"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/glicol/glicol-cli"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO x11rb crate error
[source]
git = "https://github.com/Nurrl/glou"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO mio crate error (after cargo update and patch on ring)
[source]
git = "https://github.com/TaKO8Ki/gobang"
[build]

View File

@ -1,5 +1,8 @@
#TODO probably wrong template, lacking build instructions
#TODO
[source]
tar = "https://sourceforge.net/projects/gphoto/files/gphoto/2.5.28/gphoto2-2.5.28.tar.xz/download"
[build]
template = "configure"
dependencies = [
"libgphoto2",
]