From e7ee18e421ea7eb53767d5445ebcbc63991bcb65 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Thu, 1 Sep 2016 04:13:00 +0000 Subject: [PATCH] Add the packaging metadata to build the micro snap --- snapcraft.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 snapcraft.yaml diff --git a/snapcraft.yaml b/snapcraft.yaml new file mode 100644 index 00000000..a76da740 --- /dev/null +++ b/snapcraft.yaml @@ -0,0 +1,19 @@ +name: micro +version: master +summary: A modern and intuitive terminal-based text editor +description: | + Micro is a terminal-based text editor that aims to be easy to use and + intuitive, while also taking advantage of the full capabilities of modern + terminals. +confinement: strict + +apps: + micro: + command: bin/micro + plugs: [home] + +parts: + micro: + source: . + plugin: go + go-importpath: github.com/zyedidia/micro -- 2.44.0