mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
alacritty: update to 0.3.0.
This commit is contained in:
parent
b4ebcddcf3
commit
d0cbefc4ca
1 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'alacritty'
|
# Template file for 'alacritty'
|
||||||
pkgname=alacritty
|
pkgname=alacritty
|
||||||
version=0.2.9
|
version=0.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,15 +12,14 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/jwilm/${pkgname}"
|
homepage="https://github.com/jwilm/${pkgname}"
|
||||||
changelog="https://raw.githubusercontent.com/jwilm/${pkgname}/v${version}/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/jwilm/${pkgname}/v${version}/CHANGELOG.md"
|
||||||
distfiles="https://github.com/jwilm/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jwilm/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=0261d427bd93262403c3acdda6ebcb06c6a37062124e96fe2b29ff3104cb3089
|
checksum=62f96fa751eb553012dc7e562e62cdf37c6668c8117be31790ce7dc2d4d28a47
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall alacritty.desktop 644 usr/share/applications
|
vinstall extra/linux/alacritty.desktop 644 usr/share/applications
|
||||||
vinstall alacritty-completions.zsh 644 usr/share/zsh/site-functions _alacritty
|
vinstall extra/completions/_alacritty 644 usr/share/zsh/site-functions
|
||||||
vinstall alacritty-completions.fish 644 usr/share/fish/completions alacritty.fish
|
vinstall extra/completions/alacritty.fish 644 usr/share/fish/completions
|
||||||
vinstall alacritty.info 644 usr/share/terminfo/a
|
vinstall extra/alacritty.info 644 usr/share/terminfo/a
|
||||||
vlicense LICENSE-APACHE LICENSE
|
vman extra/alacritty.man alacritty.1
|
||||||
vman alacritty.man alacritty.1
|
|
||||||
vsconf alacritty.yml
|
vsconf alacritty.yml
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue