Skip to content
Snippets Groups Projects
Commit c12edda3 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add recipes

parent 1c6caf31
No related branches found
No related tags found
No related merge requests found
Showing
with 151 additions and 0 deletions
#TODO Not compiled or tested
[source]
tar = "https://github.com/joamag/boytacean/archive/refs/tags/0.9.16.tar.gz"
[build]
template = "cargo"
dependencies = [
"sdl2",
]
#TODO missing script for "make", see https://github.com/finalburnneo/FBNeo/blob/master/README-SDL.md#sdl2
[source]
git = "https://github.com/finalburnneo/FBNeo"
[build]
template = "custom"
dependencies = [
"sdl2",
"sdl2-image",
]
#TODO Not compiled or tested
[source]
git = "https://github.com/mohanson/gameboy"
[build]
template = "cargo"
dependencies = [
"libwayland",
"libxkbcommon",
]
#TODO Not compiled or tested
[source]
tar = "https://download.gnome.org/sources/gtkglext/1.2/gtkglext-1.2.0.tar.bz2"
[build]
template = "configure"
#TODO missing script for "make", see https://docs.mamedev.org/initialsetup/compilingmame.html
[source]
tar = "https://github.com/mamedev/mame/archive/refs/tags/mame0261.tar.gz"
[build]
template = "custom"
dependencies = [
"sdl2",
"sdl2-ttf",
"fontconfig",
"qt5-base",
"qt5-tools",
]
#TODO missing script for CMake, see https://github.com/melonDS-emu/melonDS#linux
[source]
tar = "https://github.com/melonDS-emu/melonDS/archive/refs/tags/0.9.5.tar.gz"
[build]
template = "custom"
dependencies = [
"curl",
"libpcap",
"sdl2",
"qt5-base",
"qt5-multimedia",
"libslirp",
"libarchive",
"zstd",
]
#TODO Not compiled or tested
[source]
git = "https://github.com/jawline/Mimic"
[build]
template = "cargo"
#TODO Not compiled or tested
[source]
git = "https://github.com/Gekkio/mooneye-gb"
[build]
template = "cargo"
dependencies = [
"sdl2",
]
#TODO Not compiled or tested
[source]
git = "https://github.com/mupen64plus/mupen64plus-audio-sdl"
[build]
template = "custom"
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-core#2-building-from-source
[source]
git = "https://github.com/mupen64plus/mupen64plus-core"
[build]
template = "custom"
dependencies = [
"sdl2",
"libpng",
"freetype2",
"zlib",
]
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-input-sdl/blob/master/INSTALL#L11
[source]
git = "https://github.com/mupen64plus/mupen64plus-input-sdl"
[build]
template = "custom"
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-ui-console/blob/master/INSTALL#L11
[source]
git = "https://github.com/mupen64plus/mupen64plus-ui-console"
[build]
template = "custom"
dependencies = [
"mupen64plus-core",
"mupen64plus-audio-sdl",
"mupen64plus-input-sdl",
"mupen64plus-video-rice",
"mupen64plus-video-glide64",
]
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-video-glide64/blob/master/src/INSTALL
[source]
git = "https://github.com/mupen64plus/mupen64plus-video-glide64"
[build]
template = "custom"
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-video-rice/blob/master/INSTALL#L11
[source]
tar = "https://github.com/mupen64plus/mupen64plus-video-rice"
[build]
template = "custom"
#TODO Not compiled or tested
[source]
git = "https://github.com/spieglt/nestur"
[build]
template = "cargo"
#TODO missing script for CMake, see https://github.com/obhq/obliteration#configure-build-system
#TODO probably missing dependencies
[source]
git = "https://github.com/obhq/obliteration"
[build]
template = "custom"
dependencies = [
"qt6-base",
]
#TODO Not compiled or tested
[source]
git = "https://github.com/OpenGMK/OpenGMK"
[build]
template = "cargo"
#TODO discover the dependencies, probably the same of PCSX
[source]
git = "https://github.com/notaz/pcsx_rearmed"
[build]
template = "configure"
#TODO discover the dependencies
[source]
git = "https://github.com/notaz/picodrive"
[build]
template = "configure"
#TODO Not compiled or tested
[source]
git = "https://github.com/henrikpersson/potatis"
[build]
template = "custom"
script = """
cookbook_cargo_packages nes-sdl
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment