Merge pull request #316 from elopio/snapcraft

Add the packaging metadata to build the micro snap
This commit is contained in:
Zachary Yedidia 2016-09-10 15:43:39 -04:00 committed by GitHub
commit cfdaf0e3f6

19
snapcraft.yaml Normal file
View file

@ -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