]> git.lizzy.rs Git - micro.git/blob - snapcraft.yaml
Merge pull request #1315 from matbesancon/patch-1
[micro.git] / snapcraft.yaml
1 name: micro
2 version: git
3 summary: A modern and intuitive terminal-based text editor
4 description: |
5   Micro is a terminal-based text editor that aims to be easy to use and
6   intuitive, while also taking advantage of the full capabilities of modern
7   terminals.
8 confinement: classic
9
10 apps:
11   micro:
12     command: bin/micro
13
14 parts:
15   micro:
16     source: .
17     source-type: git
18     plugin: nil
19     build-packages: [make]
20     build-snaps: [go]
21     build-attributes: [no-patchelf]
22     override-build: |
23       make build
24       mkdir $SNAPCRAFT_PART_INSTALL/bin
25       mv ./micro $SNAPCRAFT_PART_INSTALL/bin/