mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 12:09:00 +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]
|
[source]
|
||||||
git = "https://github.com/kachark/game-of-life-rs"
|
git = "https://github.com/kachark/game-of-life-rs"
|
||||||
[build]
|
[build]
|
||||||
|
|||||||
@ -1,9 +1,12 @@
|
|||||||
#TODO Not compiled or tested
|
#TODO make Wayland work
|
||||||
[source]
|
[source]
|
||||||
git = "https://github.com/Rodrigodd/gameroy"
|
git = "https://github.com/Rodrigodd/gameroy"
|
||||||
rev = "78d12b7a74cda37002cd2b964baaa761285925ab"
|
rev = "78d12b7a74cda37002cd2b964baaa761285925ab"
|
||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
|
dependencies = [
|
||||||
|
"libwayland",
|
||||||
|
]
|
||||||
script = """
|
script = """
|
||||||
cookbook_cargo_packages gameroy-native
|
cookbook_cargo_packages gameroy-native
|
||||||
"""
|
"""
|
||||||
|
|||||||
@ -5,6 +5,7 @@ tar = "https://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz"
|
|||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libgmp",
|
"libgmp",
|
||||||
|
"libmpfr",
|
||||||
]
|
]
|
||||||
script = """
|
script = """
|
||||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user