mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
Add mednaffe recipe
This commit is contained in:
parent
1d296edf95
commit
1b80fb4b48
13
recipes/wip/emu/game-console/mednaffe/recipe.toml
Normal file
13
recipes/wip/emu/game-console/mednaffe/recipe.toml
Normal file
@ -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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user