mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
XEMU: moved on the bottom just to see if something changes
This commit is contained in:
parent
f0a2212aba
commit
efe00158c8
|
@ -485,47 +485,6 @@ modules:
|
|||
|
||||
# Dolphin - END
|
||||
|
||||
# XEMU - START
|
||||
# https://xemu.app/docs/download/#download-for-linux
|
||||
|
||||
- name: xemu
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- chmod +x *.AppImage
|
||||
- ./*.AppImage --appimage-extract
|
||||
- cp -r squashfs-root/usr/* "${FLATPAK_DEST}/"
|
||||
sources:
|
||||
- type: file
|
||||
url: https://github.com/xemu-project/xemu/releases/download/v0.7.129/xemu-v0.7.129-x86_64.AppImage
|
||||
sha256: f680774d96a66bf1195cd133497755d43be5eda5f178457a6df32bc691dd8c74
|
||||
|
||||
- name: xemu-dummy-hdd
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- mkdir -p ${FLATPAK_DEST}/retrodeck/extras/XEMU
|
||||
- mv -f "xbox_hdd.qcow2" "${FLATPAK_DEST}/retrodeck/extras/XEMU/xbox_hdd.qcow2"
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/mborgerson/xemu-hdd-image/releases/latest/download/xbox_hdd.qcow2.zip
|
||||
sha256: XEMUHDDHASHPLACEHOLDER
|
||||
|
||||
# XEMU - END
|
||||
|
||||
# MELONDS - START
|
||||
# https://github.com/melonDS-emu/melonDS/releases/latest
|
||||
|
||||
- name: melonds
|
||||
buildsystem: simple
|
||||
commands:
|
||||
- chmod +x melonDS
|
||||
- cp -r melonDS "${FLATPAK_DEST}/bin"
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/melonDS-emu/melonDS/releases/download/0.9.5/melonDS_0.9.5_linux_x64.zip
|
||||
sha256: 67eb30acb1bb33a36ad9ea3d025a4666cc188ee51c5289857e940f3892efe84d
|
||||
|
||||
# MELONDS - END
|
||||
|
||||
# RPCS3 - START
|
||||
# https://rpcs3.net/download
|
||||
|
||||
|
@ -547,6 +506,21 @@ modules:
|
|||
|
||||
# RPCS3 - END
|
||||
|
||||
# MELONDS - START
|
||||
# https://github.com/melonDS-emu/melonDS/releases/latest
|
||||
|
||||
- name: melonds
|
||||
buildsystem: simple
|
||||
commands:
|
||||
- chmod +x melonDS
|
||||
- cp -r melonDS "${FLATPAK_DEST}/bin"
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/melonDS-emu/melonDS/releases/download/0.9.5/melonDS_0.9.5_linux_x64.zip
|
||||
sha256: 67eb30acb1bb33a36ad9ea3d025a4666cc188ee51c5289857e940f3892efe84d
|
||||
|
||||
# MELONDS - END
|
||||
|
||||
# PRIMEHACK - START
|
||||
# https://github.com/RetroDECK/io.github.shiiion.primehack
|
||||
|
||||
|
@ -680,6 +654,32 @@ modules:
|
|||
|
||||
# Ryujinx Appimage - END
|
||||
|
||||
# XEMU - START
|
||||
# https://xemu.app/docs/download/#download-for-linux
|
||||
|
||||
- name: xemu
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- chmod +x *.AppImage
|
||||
- ./*.AppImage --appimage-extract
|
||||
- cp -r squashfs-root/usr/* "${FLATPAK_DEST}/"
|
||||
sources:
|
||||
- type: file
|
||||
url: https://github.com/xemu-project/xemu/releases/download/v0.7.129/xemu-v0.7.129-x86_64.AppImage
|
||||
sha256: f680774d96a66bf1195cd133497755d43be5eda5f178457a6df32bc691dd8c74
|
||||
|
||||
- name: xemu-dummy-hdd
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- mkdir -p ${FLATPAK_DEST}/retrodeck/extras/XEMU
|
||||
- mv -f "xbox_hdd.qcow2" "${FLATPAK_DEST}/retrodeck/extras/XEMU/xbox_hdd.qcow2"
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/mborgerson/xemu-hdd-image/releases/latest/download/xbox_hdd.qcow2.zip
|
||||
sha256: XEMUHDDHASHPLACEHOLDER
|
||||
|
||||
# XEMU - END
|
||||
|
||||
# External manifests end
|
||||
|
||||
- name: retrodeck
|
||||
|
|
Loading…
Reference in a new issue