Created
December 28, 2022 12:18
-
-
Save osvein/512a3f456b70958eb31d0529b1518006 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app-id: org.musescore.MuseHub | |
runtime: org.freedesktop.Platform | |
runtime-version: '22.08' | |
sdk: org.freedesktop.Sdk | |
command: muse-hub | |
rename-desktop-file: muse-hub.desktop | |
rename-icon: muse-hub | |
finish-args: | |
- --share=ipc | |
- --socket=x11 | |
- --share=network | |
modules: | |
- name: MuseHub | |
buildsystem: simple | |
build-commands: | |
- bsdtar -xf Muse_Hub.deb data.tar.xz | |
- bsdtar -xf data.tar.xz | |
- cp -R opt/muse-hub usr/share /app | |
- mkdir /app/bin | |
- ln -s /app/muse-hub/Muse.Client.Linux /app/bin/muse-hub | |
- ln -s /app/muse-hub/Muse.Service /app/bin/muse-hub-service | |
build-options: | |
no-debuginfo: true | |
sources: | |
- type: file | |
url: https://pub-c7a32e5b5d834ec9aeef400105452a42.r2.dev/Muse_Hub.deb | |
sha512: 8c3b145d4350e70d75548ee174331ff6bbf022cfc0dfd338828c62e99a860fed37254c55b75ac10d0e3f4475dd93e79de22a52fb6fdb5ad78d8b86de9f50f836 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment