alacritty: update to 0.1.0.20180902 (#2434)
This commit is contained in:
parent
c48f51bad8
commit
f215cc692d
|
@ -1,23 +1,22 @@
|
||||||
# Template file for 'alacritty'
|
# Template file for 'alacritty'
|
||||||
pkgname=alacritty
|
pkgname=alacritty
|
||||||
version=0.1.0.20180705
|
version=0.1.0.20180902
|
||||||
revision=2
|
revision=1
|
||||||
_commit=7433f45ff9c6efeb48e223e90dd4aa9ee135b5e8
|
_commit=865727c062810e29fa33b5c04bb05510e7da3ddf
|
||||||
wrksrc="${pkgname}-${_commit}"
|
wrksrc="${pkgname}-${_commit}"
|
||||||
hostmakedepends="rust cargo cmake pkg-config"
|
hostmakedepends="cargo cmake pkg-config"
|
||||||
makedepends="freetype-devel fontconfig-devel"
|
makedepends="freetype-devel fontconfig-devel"
|
||||||
depends="libXxf86vm xclip ncurses"
|
depends="libXxf86vm xclip ncurses"
|
||||||
short_desc="A cross-platform, GPU-accelerated terminal emulator"
|
short_desc="Cross-platform, GPU-accelerated terminal emulator"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
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=51a9e0b0264bc0ba69da51993371493868b82a6b0d8a53a2645f126a84a36063
|
checksum=30c7f4ae6964e8009f5b6e2741f7df25f0e527f7be9f9a1751af8e6ba1c08d26
|
||||||
|
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cargo build --release
|
cargo build --release ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue