2017-02-13 17:19:08 -05:00
|
|
|
name: alacritty # you probably want to 'snapcraft register <name>'
|
2018-12-09 18:28:29 -05:00
|
|
|
version: '0.2.4' # just for humans, typically '1.2+git' or '1.3.2'
|
2017-02-13 17:19:08 -05:00
|
|
|
summary: Modern, GPU accelerated terminal emulator # 79 char long summary
|
|
|
|
description: |
|
|
|
|
Modern, GPU accelerated terminal emulator
|
|
|
|
grade: stable # must be 'stable' to release into candidate/stable channels
|
|
|
|
confinement: classic # use 'strict' once you have the right plugs and slots
|
|
|
|
parts:
|
|
|
|
alacritty:
|
|
|
|
plugin: rust
|
|
|
|
source: .
|
|
|
|
stage-packages: [xclip]
|
|
|
|
build-packages: [libfreetype6-dev, libfontconfig1-dev, cmake]
|
|
|
|
desktop:
|
|
|
|
plugin: dump
|
|
|
|
source: .
|
|
|
|
stage:
|
2018-09-20 02:39:53 -04:00
|
|
|
- alacritty.desktop
|
2017-02-13 17:19:08 -05:00
|
|
|
apps:
|
|
|
|
alacritty:
|
2017-04-21 03:51:05 -04:00
|
|
|
command: env XDG_RUNTIME_DIR= XDG_CONFIG_HOME=$SNAP_USER_DATA XDG_DATA_DIRS=$SNAP_DATA PATH=$SNAP/bin:$PATH SNAP= alacritty
|
2018-09-20 02:39:53 -04:00
|
|
|
desktop: alacritty.desktop
|