]> git.lizzy.rs Git - micro.git/commitdiff
Add the packaging metadata to build the micro snap
authorLeo Arias <yo@elopio.net>
Thu, 1 Sep 2016 04:13:00 +0000 (04:13 +0000)
committerLeo Arias <yo@elopio.net>
Mon, 5 Sep 2016 17:17:59 +0000 (17:17 +0000)
snapcraft.yaml [new file with mode: 0644]

diff --git a/snapcraft.yaml b/snapcraft.yaml
new file mode 100644 (file)
index 0000000..a76da74
--- /dev/null
@@ -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