mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
43 lines
1.4 KiB
YAML
43 lines
1.4 KiB
YAML
app-id: oss.krtirtho.Spotube
|
|
runtime: org.gnome.Platform
|
|
runtime-version: "40"
|
|
sdk: org.gnome.Sdk
|
|
command: spotube
|
|
finish-args:
|
|
- --socket=x11
|
|
- --socket=fallback-x11
|
|
- --socket=wayland
|
|
- --socket=pulseaudio
|
|
- --share=network
|
|
- --device=dri
|
|
- --filesystem=~/.local/share
|
|
modules:
|
|
- name: spotube
|
|
buildsystem: simple
|
|
build-commands:
|
|
- install -dm755 /app/share/applications /app/share/icons/spotube /app/bin /app/spotube
|
|
- cp -R spotube/ /app
|
|
- cp spotube/spotube.desktop /app/share/applications
|
|
- cp spotube/spotube-logo.png /app/share/icons/spotube
|
|
- ln -s /app/spotube/spotube /app/bin/spotube
|
|
sources:
|
|
- type: archive
|
|
only_arches:
|
|
- x86_64
|
|
url: https://github.com/KRTirtho/spotube/releases/download/v1.0.1/Spotube-linux-x86_64.tar.xz
|
|
dest: spotube
|
|
sha256: 117f379c4e32a03cf1a596345e14ba82d9c143cc0ff5ac49a6e10fdc7a3d5178
|
|
- name: keybinder3
|
|
buildsystem: simple
|
|
build-commands:
|
|
- cd keybinder-3
|
|
&& ./configure --prefix=/
|
|
&& make
|
|
&& make DESTDIR=/app install
|
|
- install -Dm644 keybinder-3/COPYING /app/share/licenses/keybinder-3/LICENSE
|
|
sources:
|
|
- type: archive
|
|
url: https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v0.3.2/keybinder-3.0-0.3.2.tar.gz
|
|
dest: keybinder-3
|
|
sha256: e6e3de4e1f3b201814a956ab8f16dfc8a262db1937ff1eee4d855365398c6020
|