mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
VITA3K: reintroduced from our verisoned repository
This commit is contained in:
parent
b21f00f560
commit
ec97d679c6
|
@ -26,4 +26,5 @@ hash^RETRODECKGZDOOMLATEST^https://github.com/RetroDECK/org.zdoom.GZDoom/release
|
|||
hash^RETRODECKMAMELATEST^https://github.com/RetroDECK/org.mamedev.MAME/releases/latest/download/RetroDECK-Artifact.tar.gz
|
||||
hash^PORTMASTERLATESTSHA^https://github.com/PortsMaster/PortMaster-GUI/releases/latest/download/retrodeck.portmaster.zip
|
||||
hash^RACITRAPLACEHOLDER^https://buildbot.libretro.com/nightly/linux/x86_64/latest/citra_libretro.so.zip
|
||||
hash^RETRODECKRPCS3LATEST^https://github.com/RetroDECK/net.rpcs3.RPCS3/releases/latest/download/RetroDECK-Artifact.tar.gz
|
||||
hash^RETRODECKRPCS3LATEST^https://github.com/RetroDECK/net.rpcs3.RPCS3/releases/latest/download/RetroDECK-Artifact.tar.gz
|
||||
hash^RETRODECKLATESTVITA3KSH^https://github.com/RetroDECK/Vita3K-bin/releases/latest/download/ubuntu-latest.zip
|
|
@ -520,24 +520,23 @@ modules:
|
|||
Cemu "$@"
|
||||
dest-filename: Cemu-wrapper
|
||||
|
||||
# Vita3K - AUTOUPDATED
|
||||
# TODO: disabled until 10/02/2025 as the nightly build failed upstream and the artifact is no more available
|
||||
# - name: vita3k
|
||||
# buildsystem: simple
|
||||
# build-commands:
|
||||
# # Copying the user icon
|
||||
# - mkdir -p ${FLATPAK_DEST}/retrodeck
|
||||
# - cp retrodeck.png ${FLATPAK_DEST}/retrodeck
|
||||
# - unzip "ubuntu-latest.zip" -d "${FLATPAK_DEST}/share/Vita3K"
|
||||
# - chmod +x "${FLATPAK_DEST}/share/Vita3K/Vita3K"
|
||||
# - rm -f "${FLATPAK_DEST}/share/Vita3K/update-vita3k.sh"
|
||||
# - ln -s ${FLATPAK_DEST}/share/Vita3K/Vita3K ${FLATPAK_DEST}/bin/Vita3K
|
||||
# sources:
|
||||
# - type: file
|
||||
# url: https://github.com/Vita3K/Vita3K/releases/download/continuous/ubuntu-latest.zip
|
||||
# sha256: 0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5
|
||||
# - type: file
|
||||
# path: res/retrodeck.png
|
||||
# Vita3K - ROLLING RELEASE
|
||||
- name: vita3k
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
# Copying the user icon
|
||||
- mkdir -p ${FLATPAK_DEST}/retrodeck
|
||||
- cp retrodeck.png ${FLATPAK_DEST}/retrodeck
|
||||
- unzip "ubuntu-latest.zip" -d "${FLATPAK_DEST}/share/Vita3K"
|
||||
- chmod +x "${FLATPAK_DEST}/share/Vita3K/Vita3K"
|
||||
- rm -f "${FLATPAK_DEST}/share/Vita3K/update-vita3k.sh"
|
||||
- ln -s ${FLATPAK_DEST}/share/Vita3K/Vita3K ${FLATPAK_DEST}/bin/Vita3K
|
||||
sources:
|
||||
- type: file
|
||||
url: https://github.com/RetroDECK/Vita3K-bin/releases/latest/download/ubuntu-latest.zip
|
||||
sha256: RETRODECKLATESTVITA3KSHA
|
||||
- type: file
|
||||
path: res/retrodeck.png
|
||||
|
||||
# SOLARUS
|
||||
# why from source: they only provide a snap
|
||||
|
|
Loading…
Reference in a new issue