Skip to content

Commit 4d24fa3

Browse files
Merge pull request #5 from samkenxstream/samkenxstream-patch-1
Create snapcraft.yaml
2 parents e455abc + 32cf537 commit 4d24fa3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

snap/snapcraft.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
# After registering a name on build.snapcraft.io, commit an uncommented line:
3+
# name: turnkey-triumph-326606-samkenxstream
4+
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
5+
summary: Single-line elevator pitch for your amazing snap # 79 char long summary
6+
description: |
7+
This is my-snap's description. You have a paragraph or two to tell the
8+
most important story about your snap. Keep it under 100 words though,
9+
we live in tweetspace and your description wants to look good in the snap
10+
store.
11+
12+
grade: devel # must be 'stable' to release into candidate/stable channels
13+
confinement: devmode # use 'strict' once you have the right plugs and slots
14+
15+
parts:
16+
my-part:
17+
# See 'snapcraft plugins'
18+
plugin: nil
19+

0 commit comments

Comments
 (0)