update recipes

This commit is contained in:
Ribbon 2023-12-20 16:15:53 +00:00
parent efc09e557d
commit d93df653fe
4 changed files with 9 additions and 5 deletions

View File

@ -5,6 +5,6 @@ tar = "https://www.chocolate-doom.org/downloads/3.0.1/chocolate-doom-3.0.1.tar.g
template = "configure"
dependencies = [
"sdl2",
"sdl2_mixer",
"sdl2_net",
"sdl2-mixer",
"sdl2-net",
]

View File

@ -1,4 +1,5 @@
#TODO Not compiled or tested
#TODO compiled but not tested (after cargo update)
#TODO missing script to properly move th binary
[source]
git = "https://github.com/the-lean-crate/criner"
[build]

View File

@ -6,6 +6,6 @@ rev = "593f5b97023ed39b7640073160c06895bbfc3d26"
template = "configure"
dependencies = [
"sdl2",
"sdl2_mixer",
"sdl2_net",
"sdl2-mixer",
"sdl2-net",
]

View File

@ -3,3 +3,6 @@
tar = "http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.26.0.tar.xz"
[build]
template = "configure"
dependencies = [
"libtool",
]