micro/snapcraft.yaml
2019-12-26 21:41:19 -05:00

26 lines
598 B
YAML

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
plugin: nil
build-packages: [make]
build-snaps: [go]
build-attributes: [no-patchelf]
override-build: |
make build
mkdir $SNAPCRAFT_PART_INSTALL/bin
mv ./micro $SNAPCRAFT_PART_INSTALL/bin/