Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : alacritty | |||||
| version : 0.2.3 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/jwilm/alacritty/archive/v0.2.3.tar.gz : 52d433381afce036a1744772e2ef0f3a9be3bc4eb24e5cf384a6b1b792340e05 | |||||
| license : Apache-2.0 | |||||
| component : system.utils | |||||
Girtablulu: should be Apache-2.0 | |||||
| summary : A cross-platform, GPU-accelerated terminal emulator | |||||
| description: | | |||||
| Alacritty is the fastest terminal emulator in existence. | |||||
Not Done Inline Actionsyou can remove the "" and \n Girtablulu: you can remove the "" and \n | |||||
| Using the GPU for rendering enables optimizations that simply aren't possible in other emulators. | |||||
| networking : yes | |||||
| builddeps : | |||||
Not Done Inline ActionsNot needed, should be added over '- pkgconfig(fontconfig)' dependency Girtablulu: Not needed, should be added over '- pkgconfig(fontconfig)' dependency | |||||
| - pkgconfig(freetype2) | |||||
| - pkgconfig(fontconfig) | |||||
| - cargo | |||||
| build : | | |||||
| cargo build --release | |||||
| install : | | |||||
Not Done Inline ActionsCan be shorten to -Dm00755 Girtablulu: Can be shorten to -Dm00755 | |||||
| install -Dm 00755 target/release/alacritty -t $installdir/usr/bin | |||||
Not Done Inline ActionsAll of them can be shorten to -Dm00644 Girtablulu: All of them can be shorten to -Dm00644 | |||||
| install -Dm 00644 alacritty.yml -t $installdir/usr/share/alacritty/ | |||||
| # TODO(robertgzr): like this? | |||||
Not Done Inline ActionsHow do you handle terminfo stuff? robertgzr: How do you handle terminfo stuff? | |||||
JoshStroblUnsubmitted Not Done Inline ActionsRemove comment please. JoshStrobl: Remove comment please. | |||||
| tic -e alacritty,alacritty-direct alacritty.info | |||||
JoshStroblUnsubmitted Not Done Inline ActionsShould get installed into /usr/share/terminfo/a after. JoshStrobl: Should get installed into /usr/share/terminfo/a after. | |||||
JoshStroblUnsubmitted Not Done Inline ActionsYou still didn't address this. JoshStrobl: You still didn't address this. | |||||
| install -Dm 00644 alacritty-completions.bash $installdir/usr/share/bash-completion/completion/alacritty | |||||
| install -Dm 00644 alacritty-completions.zsh $installdir/usr/share/zsh/site-functions/_alacritty | |||||
| install -Dm 00644 alacritty-completions.fish $installdir/usr/share/fish/vendor_completions.d/alacritty | |||||
| install -Dm 00644 alacritty.desktop $installdir/usr/share/applications/alacritty.desktop | |||||
| install -Dm 00644 alacritty.man $installdir/usr/share/man/man1/alacritty.1 | |||||
JoshStroblUnsubmitted Not Done Inline ActionsShould be -Dm00644 (no need for space). JoshStrobl: Should be `-Dm00644` (no need for space). | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
should be Apache-2.0