void-packages/srcpkgs/alacritty/template
2020-06-03 20:24:58 +02:00

35 lines
1.3 KiB
Bash

# Template file for 'alacritty'
pkgname=alacritty
version=0.4.3
revision=1
build_wrksrc="${pkgname}"
build_style=cargo
hostmakedepends="pkg-config python3"
makedepends="freetype-devel fontconfig-devel libxcb-devel"
depends="libXi libXxf86vm 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/alacritty/alacritty"
changelog="https://raw.githubusercontent.com/alacritty/alacritty/v${version}/CHANGELOG.md"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=8bc0fc90b16187a4f75a834f29c4725b2c6cfbab9543fc36913ddd9aca604c42
post_install() {
vinstall ../extra/linux/Alacritty.desktop 644 usr/share/applications
vinstall ../extra/logo/alacritty-term.svg 644 usr/share/pixmaps Alacritty.svg
vinstall ../extra/completions/alacritty.bash 644 usr/share/bash-completion/completions alacritty
vinstall ../extra/completions/_alacritty 644 usr/share/zsh/site-functions
vinstall ../extra/completions/alacritty.fish 644 usr/share/fish/vendor_completions.d
vinstall ../extra/alacritty.info 644 usr/share/terminfo/a
vman ../extra/alacritty.man alacritty.1
vsconf ../alacritty.yml
}
alacritty-terminfo_package() {
short_desc+=" - terminfo data"
archs=noarch
pkg_install() {
vmove usr/share/terminfo
}
}