-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
46 lines (43 loc) · 1.19 KB
/
snapcraft.yaml
File metadata and controls
46 lines (43 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: deezer-desktop
base: core24
version: '7.1.20'
platforms:
amd64:
build-on: [amd64]
build-for: [amd64]
arm64:
build-on: [arm64]
build-for: [arm64]
summary: Online music streaming service
description: |
An unofficial linux port of the deezer desktop application.
Access all of your favorite music, and save them offline for later!
grade: stable
confinement: strict
icon: dev.aunetx.deezer.svg
apps:
deezer-desktop:
command: opt/deezer-desktop/deezer-desktop --no-sandbox
desktop: usr/share/applications/deezer-desktop.desktop
common-id: dev.aunetx.deezer
extensions: [gnome]
plugs:
- audio-playback
- unity7
- network
- network-bind
- screen-inhibit-control
- home
- removable-media
plugs:
shared-memory:
private: true
parts:
deezer-linux:
plugin: dump
source:
- on amd64: https://github.com/aunetx/deezer-linux/releases/download/v$SNAPCRAFT_PROJECT_VERSION/deezer-desktop_$SNAPCRAFT_PROJECT_VERSION_amd64.deb
- on arm64: https://github.com/aunetx/deezer-linux/releases/download/v$SNAPCRAFT_PROJECT_VERSION/deezer-desktop_$SNAPCRAFT_PROJECT_VERSION_arm64.deb
prime:
- usr
- opt