mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-12-01 01:55:42 +00:00
PANCAKES: temporarly disabled [skip ci]
This commit is contained in:
parent
aca61884df
commit
8edc8ad9e2
|
@ -560,19 +560,19 @@ modules:
|
|||
|
||||
# Pancakes
|
||||
|
||||
- name: Pancakes
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- mkdir -p "${FLATPAK_DEST}"
|
||||
- mv *.so* "${FLATPAK_DEST}/retrodeck/tmplib/"
|
||||
- mv R*x* "${FLATPAK_DEST}/bin/"
|
||||
- chmod +x "${FLATPAK_DEST}/bin/R*x"*
|
||||
- mkdir -p "${FLATPAK_DEST}/retrodeck/licenses"
|
||||
- mv LICENSE.txt "${FLATPAK_DEST}/retrodeck/licenses"
|
||||
sources:
|
||||
- type: file
|
||||
url: https://github.com/RetroDECK/Pancakes/releases/download/1.1.0.1403/pancakes-Release-linux_x64.tar.gz
|
||||
sha256: cc7d25b6a2f2ad16533e3d72ba9477a4d77b8cfbb450f0db3d0c05ffde5e1281
|
||||
# - name: Pancakes
|
||||
# buildsystem: simple
|
||||
# build-commands:
|
||||
# - mkdir -p "${FLATPAK_DEST}"
|
||||
# - mv *.so* "${FLATPAK_DEST}/retrodeck/tmplib/"
|
||||
# - mv R*x* "${FLATPAK_DEST}/bin/"
|
||||
# - chmod +x "${FLATPAK_DEST}/bin/R*x"*
|
||||
# - mkdir -p "${FLATPAK_DEST}/retrodeck/licenses"
|
||||
# - mv LICENSE.txt "${FLATPAK_DEST}/retrodeck/licenses"
|
||||
# sources:
|
||||
# - type: file
|
||||
# url: https://github.com/RetroDECK/Pancakes/releases/download/1.1.0.1403/pancakes-Release-linux_x64.tar.gz
|
||||
# sha256: cc7d25b6a2f2ad16533e3d72ba9477a4d77b8cfbb450f0db3d0c05ffde5e1281
|
||||
|
||||
# XEMU
|
||||
# https://xemu.app/docs/download/#download-for-linux
|
||||
|
|
Loading…
Reference in a new issue