2018-12-19 19:49:26 -05:00
|
|
|
name: alacritty
|
2019-01-19 11:00:09 -05:00
|
|
|
version: '0.2.6' # just for humans, typically '1.2+git' or '1.3.2'
|
2018-12-19 19:49:26 -05:00
|
|
|
summary: Modern, GPU accelerated terminal emulator
|
2017-02-13 17:19:08 -05:00
|
|
|
description: |
|
2018-12-19 19:49:26 -05:00
|
|
|
Alacritty is the fastest terminal emulator in existence. Using the GPU
|
|
|
|
for rendering enables optimizations that simply aren't possible in
|
|
|
|
other emulators.
|
|
|
|
|
|
|
|
Alacritty is focused on simplicity and performance. The performance
|
|
|
|
goal means it should be faster than any other terminal emulator
|
|
|
|
available. The simplicity goal means that it doesn't have features
|
|
|
|
such as tabs or splits (which can be better provided by a window
|
|
|
|
manager or terminal multiplexer) nor niceties like a GUI config editor.
|
2019-01-19 11:00:09 -05:00
|
|
|
|
|
|
|
The software is considered to be at an alpha level of readiness—there
|
|
|
|
are missing features and bugs to be fixed, but it is already used by
|
2018-12-19 19:49:26 -05:00
|
|
|
many as a daily driver.
|
|
|
|
grade: stable
|
|
|
|
confinement: classic
|
2017-02-13 17:19:08 -05:00
|
|
|
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
|