void-packages/srcpkgs/alacritty/template

28 lines
775 B
Bash
Raw Normal View History

2017-02-06 17:38:16 +00:00
# Template file for 'alacritty'
pkgname=alacritty
2017-09-18 23:48:40 +00:00
version=0.1.0.20170911
2017-03-05 21:12:08 +00:00
revision=1
2017-09-18 23:48:40 +00:00
_commit=eb231b3e70b87875df4bdd1974d5e94704024d70
2017-06-16 19:18:17 +00:00
wrksrc="${pkgname}-${_commit}"
2017-02-06 17:38:16 +00:00
hostmakedepends="rust cargo cmake pkg-config"
makedepends="freetype-devel fontconfig-devel"
depends="libXxf86vm xclip"
2017-02-06 17:38:16 +00:00
short_desc="A cross-platform, GPU-accelerated terminal emulator"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="https://github.com/jwilm/alacritty"
2017-06-16 19:18:17 +00:00
distfiles="${homepage}/archive/${_commit}.tar.gz"
2017-09-18 23:48:40 +00:00
checksum=1d697f08bb4a63142d6ca36b2eaef0ce92cbd13eb029b1a393fcca691237bd1c
2017-02-06 17:38:16 +00:00
2017-02-06 20:38:33 +00:00
nocross=yes
2017-02-06 17:38:16 +00:00
do_build() {
cargo build --release
}
do_install() {
vbin target/release/$pkgname
vinstall Alacritty.desktop 644 usr/share/applications
vlicense LICENSE-APACHE LICENSE
}