mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
update recipes
This commit is contained in:
parent
cb37b6a028
commit
0a3ce01106
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/kachark/game-of-life-rs"
|
||||
[build]
|
||||
|
||||
@ -1,9 +1,12 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make Wayland work
|
||||
[source]
|
||||
git = "https://github.com/Rodrigodd/gameroy"
|
||||
rev = "78d12b7a74cda37002cd2b964baaa761285925ab"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libwayland",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages gameroy-native
|
||||
"""
|
||||
|
||||
@ -5,6 +5,7 @@ tar = "https://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libgmp",
|
||||
"libmpfr",
|
||||
]
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user