2018-12-19 19:49:26 -05:00
|
|
|
name: alacritty
|
2019-11-19 15:34:34 -05:00
|
|
|
version: '0.4.1-dev'
|
2018-12-19 19:49:26 -05:00
|
|
|
summary: Modern, GPU accelerated terminal emulator
|
2017-02-13 17:19:08 -05:00
|
|
|
description: |
|
2019-02-18 14:54:46 -05:00
|
|
|
Alacritty is a terminal emulator with a strong focus on simplicity and
|
|
|
|
performance. With such a strong focus on performance, included features are
|
|
|
|
carefully considered and you can always expect Alacritty to be blazingly fast.
|
|
|
|
By making sane choices for defaults, Alacritty requires no additional setup.
|
|
|
|
However, it does allow [configuration](#configuration) of many aspects of the
|
|
|
|
terminal.
|
2018-12-19 19:49:26 -05:00
|
|
|
|
2019-02-18 14:54:46 -05:00
|
|
|
The software is considered to be at a **beta** level of readiness -- there are
|
|
|
|
a few missing features and bugs to be fixed, but it is already used by many as
|
|
|
|
a daily driver.
|
2019-04-04 14:41:57 -04:00
|
|
|
icon: extra/logo/alacritty-term.svg
|
2018-12-19 19:49:26 -05:00
|
|
|
grade: stable
|
|
|
|
confinement: classic
|
2017-02-13 17:19:08 -05:00
|
|
|
parts:
|
|
|
|
alacritty:
|
|
|
|
plugin: rust
|
|
|
|
source: .
|
|
|
|
build-packages: [libfreetype6-dev, libfontconfig1-dev, cmake]
|
|
|
|
desktop:
|
|
|
|
plugin: dump
|
|
|
|
source: .
|
|
|
|
stage:
|
2019-04-04 16:57:19 -04:00
|
|
|
- extra/linux/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
|