We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43fe8a6 + 1abecf0 commit 689195aCopy full SHA for 689195a
1 file changed
snapcraft.yaml
@@ -0,0 +1,16 @@
1
+
2
+ name: debins
3
+ version: '0.20' # just for humans, typically '1.2+git' or '1.3.2'
4
+ summary: a Simple One-Click .Deb Package Installer # 79 char long summary
5
+ description: |
6
+ Don't you want install the .deb files you downloaded just by clicking on them?
7
+ Here is the Debins.
8
9
+ grade: stable # must be 'stable' to release into candidate/stable channels
10
+ confinement: devmode # use 'strict' once you have the right plugs and slots
11
12
+ parts:
13
+ my-part:
14
+ # See 'snapcraft plugins'
15
+ plugin: nil
16
0 commit comments