void-packages/srcpkgs/xiate/template

23 lines
587 B
Bash

# Template file for 'xiate'
pkgname=xiate
version=18.03
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="vte3-devel"
short_desc="Terminal emulator which uses VTE as a backend"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="https://www.uninformativ.de/projects/xiate/"
distfiles="https://github.com/vain/xiate/archive/v${version}.tar.gz"
checksum=4791ea2a87b6f4276cf4c827ea249385084476368f9df66b7c23ceda313283d0
pre_configure() {
cp config.def.h config.h
sed -i 's;/usr/local;/usr;g' Makefile
}
post_install() {
vlicense LICENSE
}