]> git.lizzy.rs Git - micro.git/blob - snapcraft.yaml
Merge pull request #334 from techtonik/filemanagers
[micro.git] / snapcraft.yaml
1 name: micro
2 version: master
3 summary: A modern and intuitive terminal-based text editor
4 description: |
5   Micro is a terminal-based text editor that aims to be easy to use and
6   intuitive, while also taking advantage of the full capabilities of modern
7   terminals.
8 confinement: strict
9
10 apps:
11   micro:
12     command: bin/micro
13     plugs: [home]
14
15 parts:
16   micro:
17     source: .
18     plugin: go
19     go-importpath: github.com/zyedidia/micro