mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-15 18:23:09 +00:00
Add the packaging metadata to build the micro snap
This commit is contained in:
parent
dc532e337b
commit
e7ee18e421
1 changed files with 19 additions and 0 deletions
19
snapcraft.yaml
Normal file
19
snapcraft.yaml
Normal 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
|
||||||
Loading…
Reference in a new issue