]> git.lizzy.rs Git - micro.git/blobdiff - snapcraft.yaml
Allow any plugin to be enabled or disabled via settings
[micro.git] / snapcraft.yaml
index 4249b0f60433045b120b6bca454824cc30e08791..fd23a38f565944ca409f8143bded7e9f36e7cefe 100644 (file)
@@ -1,5 +1,5 @@
 name: micro
-version: master
+version: git
 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
@@ -12,11 +12,14 @@ apps:
     command: bin/micro
 
 parts:
+  go:
+    source-tag: go1.10
   micro:
+    after: [go]
     source: .
     source-type: git
     plugin: nil
-    build-packages: [golang-go, make]
+    build-packages: [make]
     prepare: |
       mkdir -p ../go/src/github.com/zyedidia/micro
       cp -R . ../go/src/github.com/zyedidia/micro