]> git.lizzy.rs Git - micro.git/blob - snapcraft.yaml
Update micro to be classicly confined snap
[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: classic
9
10 apps:
11   micro:
12     command: bin/micro
13
14 parts:
15   micro:
16     source: .
17     plugin: go
18     go-importpath: github.com/zyedidia/micro