micro/snapcraft.yaml

26 lines
598 B
YAML
Raw Normal View History

name: micro
version: git
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: .
source-type: git
2018-04-03 07:53:24 +03:00
plugin: nil
2018-04-03 07:16:19 +03:00
build-packages: [make]
2019-12-27 02:54:40 +03:00
build-snaps: [go]
2019-12-27 05:41:19 +03:00
build-attributes: [no-patchelf]
override-build: |
2019-12-27 02:54:40 +03:00
make build
mkdir $SNAPCRAFT_PART_INSTALL/bin
2019-12-27 02:54:40 +03:00
mv ./micro $SNAPCRAFT_PART_INSTALL/bin/