mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Cemu: added libsepool
This commit is contained in:
parent
c1c81c46c6
commit
d4b85f5964
|
@ -949,6 +949,19 @@ modules:
|
|||
# Cemu - START
|
||||
# https://github.com/cemu-project/Cemu/releases
|
||||
|
||||
- name: libsepol-dev
|
||||
# from: https://github.com/flathub/com.ticktick.TickTick/blob/dc07865aca359148fbe15617db8f2d79312da898/com.ticktick.TickTick.yml
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- ar x libsepol*.deb data.tar.xz
|
||||
- rm libsepol*.deb
|
||||
- tar -xf data.tar.xz /
|
||||
sources:
|
||||
#from: https://launchpad.net/ubuntu/+source/libsepol
|
||||
- type: file
|
||||
url: https://launchpad.net/ubuntu/+archive/primary/+files/libsepol-dev_3.4-2_amd64.deb
|
||||
sha256: 6cf60eb730f9a02a05a0f6e7c644347ad2948b2e1dc73750793ac58e1250d76c
|
||||
|
||||
- name: Cemu-binary
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
|
|
Loading…
Reference in a new issue