# Template file for 'xiate' pkgname=xiate version=18.04 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 " license="MIT" homepage="https://www.uninformativ.de/projects/xiate/" distfiles="https://github.com/vain/xiate/archive/v${version}.tar.gz" checksum=842d08db47719b18c631d4fdd6f5f02d61af1acecc720e286e02c8dda8b4a982 pre_configure() { cp config.def.h config.h sed -i 's;/usr/local;/usr;g' Makefile } post_install() { vlicense LICENSE }