From 1b80fb4b48bd668e4e9ced95dafad6cd1f29b9a0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 29 Jun 2026 16:36:35 -0600 Subject: [PATCH] Add mednaffe recipe --- recipes/wip/emu/game-console/mednaffe/recipe.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/wip/emu/game-console/mednaffe/recipe.toml diff --git a/recipes/wip/emu/game-console/mednaffe/recipe.toml b/recipes/wip/emu/game-console/mednaffe/recipe.toml new file mode 100644 index 000000000..abe18daf4 --- /dev/null +++ b/recipes/wip/emu/game-console/mednaffe/recipe.toml @@ -0,0 +1,13 @@ +[source] +tar = "https://github.com/AmatCoder/mednaffe/releases/download/0.9.3/mednaffe-0.9.3.tar.gz" +blake3 = "f00adc310f72dbad09e0da661e5e547e9bfc1c54db39ee1c0fd9f78d84cdbea0" + +[build] +dependencies = [ + "gtk3", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""