Skip to content

Commit 689195a

Browse files
committed
Merge branch 'master' of https://github.com/eminfedar/debins
2 parents 43fe8a6 + 1abecf0 commit 689195a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

snapcraft.yaml

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

Comments
 (0)