We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbdefda + 9ce9f58 commit b1efbe2Copy full SHA for b1efbe2
1 file changed
snap/snapcraft.yaml
@@ -0,0 +1,15 @@
1
+
2
+ name: violin-player
3
+ version: '2.1.1' # just for humans, typically '1.2+git' or '1.3.2'
4
+ summary: Single-line elevator pitch for your amazing snap # 79 char long summary
5
+ description: |
6
+ A fast, lightweight, and minimalistic desktop music player.
7
8
+ grade: stable # must be 'stable' to release into candidate/stable channels
9
+ confinement: strict # use 'strict' once you have the right plugs and slots
10
11
+ parts:
12
+ my-part:
13
+ # See 'snapcraft plugins'
14
+ plugin: nil
15
0 commit comments