]> git.lizzy.rs Git - micro.git/blobdiff - snapcraft.yaml
Add the packaging metadata to build the micro snap
[micro.git] / snapcraft.yaml
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