Skip to content

Commit

Permalink
Create snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sohbetlink committed Aug 27, 2020
1 parent ea2fedd commit 31a7d4c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

# After registering a name on build.snapcraft.io, commit an uncommented line:
# name: sohbetet
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
summary: Single-line elevator pitch for your amazing snap # 79 char long summary
description: |
This is my-snap's description. You have a paragraph or two to tell the
most important story about your snap. Keep it under 100 words though,
we live in tweetspace and your description wants to look good in the snap
store.
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots

parts:
my-part:
# See 'snapcraft plugins'
plugin: nil

0 comments on commit 31a7d4c

Please sign in to comment.