Skip to content

Commit b1efbe2

Browse files
authored
Merge pull request #97 from CodeF0x/master
Snap
2 parents cbdefda + 9ce9f58 commit b1efbe2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

snap/snapcraft.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)