alacritty: update to 0.2.0. (#2859)

This commit is contained in:
Terry Brashaw 2018-09-20 11:00:49 -07:00 committed by Andrea Brancaleoni
parent 0197bdbcd1
commit 905c94e61f
1 changed files with 13 additions and 6 deletions

View File

@ -1,20 +1,27 @@
# Template file for 'alacritty'
pkgname=alacritty
version=0.1.0.20180902
version=0.2.0
revision=1
_commit=865727c062810e29fa33b5c04bb05510e7da3ddf
wrksrc="${pkgname}-${_commit}"
hostmakedepends="cargo cmake pkg-config"
makedepends="freetype-devel fontconfig-devel"
depends="libXxf86vm xclip ncurses"
short_desc="Cross-platform, GPU-accelerated terminal emulator"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="https://github.com/jwilm/alacritty"
distfiles="${homepage}/archive/${_commit}.tar.gz"
checksum=30c7f4ae6964e8009f5b6e2741f7df25f0e527f7be9f9a1751af8e6ba1c08d26
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
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}
}