From 1abecf063e04a74f1f5956aed273a3fde16f29a0 Mon Sep 17 00:00:00 2001 From: Emin Fedar Date: Tue, 4 Sep 2018 23:52:36 +0300 Subject: [PATCH] Update and rename snap/snapcraft.yaml to snapcraft.yaml --- snapcraft.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 snapcraft.yaml diff --git a/snapcraft.yaml b/snapcraft.yaml new file mode 100644 index 0000000..efa39b3 --- /dev/null +++ b/snapcraft.yaml @@ -0,0 +1,16 @@ + + name: debins + version: '0.20' # just for humans, typically '1.2+git' or '1.3.2' + summary: a Simple One-Click .Deb Package Installer # 79 char long summary + description: | + Don't you want install the .deb files you downloaded just by clicking on them? + Here is the Debins. + + grade: stable # 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 +