alacritty: update to 0.2.1.
This commit is contained in:
parent
1cc32a469c
commit
e8577afd0d
1 changed files with 3 additions and 11 deletions
|
@ -1,27 +1,19 @@
|
|||
# Template file for 'alacritty'
|
||||
pkgname=alacritty
|
||||
version=0.2.0
|
||||
version=0.2.1
|
||||
revision=1
|
||||
hostmakedepends="cargo cmake pkg-config"
|
||||
makedepends="freetype-devel fontconfig-devel"
|
||||
depends="libXxf86vm xclip ncurses"
|
||||
depends="libXxf86vm xclip ncurses alacritty-terminfo-${version}_${revision}"
|
||||
short_desc="Cross-platform, GPU-accelerated terminal emulator"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/jwilm/${pkgname}"
|
||||
changelog="https://raw.githubusercontent.com/jwilm/${pkgname}/v${version}/CHANGELOG.md"
|
||||
distfiles="https://github.com/jwilm/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=b45c3cb26b529b381593ca99712e31b4cf88f438c2435434062408462611e501
|
||||
checksum=d335f09ba914faf8d8b2ba91a67672aab3acd1a3bb1528ec3d9339381697f6a1
|
||||
nocross=yes
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
i686)
|
||||
broken="Alacritty v0.2.0 is broken on i686
|
||||
Build log: https://travis-ci.org/void-linux/void-packages/jobs/429814888
|
||||
Issue: https://github.com/jwilm/alacritty/issues/1552";
|
||||
;;
|
||||
esac
|
||||
|
||||
do_build() {
|
||||
cargo build --release ${makejobs}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue