2016-09-01 04:13:00 +00:00
|
|
|
name: micro
|
2017-10-03 11:50:47 +00:00
|
|
|
version: git
|
2016-09-01 04:13:00 +00:00
|
|
|
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.
|
2017-04-28 10:04:08 +00:00
|
|
|
confinement: classic
|
2016-09-01 04:13:00 +00:00
|
|
|
|
|
|
|
apps:
|
|
|
|
micro:
|
|
|
|
command: bin/micro
|
|
|
|
|
|
|
|
parts:
|
|
|
|
micro:
|
|
|
|
source: .
|
2017-07-26 22:35:16 +00:00
|
|
|
source-type: git
|
2018-04-03 04:53:24 +00:00
|
|
|
plugin: nil
|
2018-04-03 04:16:19 +00:00
|
|
|
build-packages: [make]
|
2019-12-26 23:54:40 +00:00
|
|
|
build-snaps: [go]
|
2017-07-26 22:35:16 +00:00
|
|
|
build: |
|
2019-12-26 23:54:40 +00:00
|
|
|
make build
|
2017-07-26 22:35:16 +00:00
|
|
|
install: |
|
|
|
|
mkdir $SNAPCRAFT_PART_INSTALL/bin
|
2019-12-26 23:54:40 +00:00
|
|
|
mv ./micro $SNAPCRAFT_PART_INSTALL/bin/
|