update recipes

This commit is contained in:
Ribbon 2023-12-21 02:12:52 +00:00
parent cb37b6a028
commit 0a3ce01106
3 changed files with 6 additions and 2 deletions

View File

@ -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]

View File

@ -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
""" """

View File

@ -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+=(