mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
RYUJINX: added libX11
This commit is contained in:
parent
288d0a230f
commit
c1c81c46c6
|
@ -473,6 +473,20 @@ modules:
|
|||
# Ryujinx - START
|
||||
# https://ryujinx.org/download
|
||||
|
||||
- name: libX11
|
||||
#from: https://github.com/flathub/flatpak-external-data-checker/blob/6ed0a7b46cc4da2e4fc3a677cd1a078f335ff484/tests/org.x.xeyes.yml
|
||||
sources:
|
||||
- type: archive
|
||||
url: http://some-incorrect.url/libX11.tar.gz
|
||||
sha256: "0000000000000000000000000000000000000000000000000000000000000000"
|
||||
x-checker-data:
|
||||
type: html
|
||||
url: https://www.x.org/releases/individual/lib/
|
||||
version-pattern: libX11-([\d\.]+).tar.gz
|
||||
url-template: libX11-$version.tar.gz
|
||||
versions:
|
||||
==: 1.7.5
|
||||
|
||||
- name: Ryujinx
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
|
|
Loading…
Reference in a new issue