micro/snapcraft.yaml

19 lines
468 B
YAML
Raw Normal View History

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: classic
apps:
micro:
command: bin/micro
parts:
micro:
source: .
plugin: go
2017-06-11 19:11:07 +03:00
go-importpath: github.com/zyedidia/micro
go-packages: [github.com/zyedidia/micro/cmd/micro]