mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
alacritty: update to 0.1.0.20180705 (#688)
This commit is contained in:
parent
ae7810d74c
commit
fed07449fb
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'alacritty'
|
# Template file for 'alacritty'
|
||||||
pkgname=alacritty
|
pkgname=alacritty
|
||||||
version=0.1.0.20180508
|
version=0.1.0.20180705
|
||||||
revision=1
|
revision=1
|
||||||
_commit=24e8a19e7d981fbc8853891ad4a17a9de2ac36bd
|
_commit=7433f45ff9c6efeb48e223e90dd4aa9ee135b5e8
|
||||||
wrksrc="${pkgname}-${_commit}"
|
wrksrc="${pkgname}-${_commit}"
|
||||||
hostmakedepends="rust cargo cmake pkg-config"
|
hostmakedepends="rust cargo cmake pkg-config"
|
||||||
makedepends="freetype-devel fontconfig-devel"
|
makedepends="freetype-devel fontconfig-devel"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/jwilm/alacritty"
|
homepage="https://github.com/jwilm/alacritty"
|
||||||
distfiles="${homepage}/archive/${_commit}.tar.gz"
|
distfiles="${homepage}/archive/${_commit}.tar.gz"
|
||||||
checksum=91d9f6b01770fa3e9ac4da306bbe95eae56819f13cc77668d7dd1ed2874b60b5
|
checksum=51a9e0b0264bc0ba69da51993371493868b82a6b0d8a53a2645f126a84a36063
|
||||||
|
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
@ -22,6 +22,6 @@ do_build() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin target/release/$pkgname
|
vbin target/release/$pkgname
|
||||||
vinstall Alacritty.desktop 644 usr/share/applications
|
vinstall alacritty.desktop 644 usr/share/applications
|
||||||
vlicense LICENSE-APACHE LICENSE
|
vlicense LICENSE-APACHE LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue