mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
update recipes
This commit is contained in:
parent
efc09e557d
commit
d93df653fe
@ -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",
|
||||
]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -6,6 +6,6 @@ rev = "593f5b97023ed39b7640073160c06895bbfc3d26"
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
"sdl2_mixer",
|
||||
"sdl2_net",
|
||||
"sdl2-mixer",
|
||||
"sdl2-net",
|
||||
]
|
||||
|
||||
@ -3,3 +3,6 @@
|
||||
tar = "http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.26.0.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libtool",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user