diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-30 04:02:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 04:02:16 +0000 |
commit | 57c4ac9145a20fb1ae9a21102503458d3da06c7b (patch) | |
tree | 0241bc28237d9a78548f83fde7ea1fdbc33f2f68 /extra | |
parent | 6c4e45f3a69c71958e65fae9a15f82d0c5a27742 (diff) | |
download | alacritty-57c4ac9145a20fb1ae9a21102503458d3da06c7b.tar.gz alacritty-57c4ac9145a20fb1ae9a21102503458d3da06c7b.zip |
Remove snap packaging config
Since Alacritty should not be responsible for packaging and the
maintainers of the snap package have not kept it up to date, this
removes its configuration file.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/linux/snap/snapcraft.yaml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/extra/linux/snap/snapcraft.yaml b/extra/linux/snap/snapcraft.yaml deleted file mode 100644 index 4c53503f..00000000 --- a/extra/linux/snap/snapcraft.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: alacritty -version: '0.6.0-dev' -summary: Modern, GPU accelerated terminal emulator -description: | - 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. - - 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. -icon: extra/logo/alacritty-term.svg -grade: stable -confinement: classic -parts: - alacritty: - plugin: rust - source: . - build-packages: [libfreetype6-dev, libfontconfig1-dev, cmake] - desktop: - plugin: dump - source: . - stage: - - extra/linux/Alacritty.desktop -apps: - alacritty: - command: env XDG_RUNTIME_DIR= XDG_CONFIG_HOME=$SNAP_USER_DATA XDG_DATA_DIRS=$SNAP_DATA PATH=$SNAP/bin:$PATH SNAP= alacritty - desktop: Alacritty.desktop |