void-packages/srcpkgs/xiate/template
Diogo Leal 586420d3c8
xiate: update to 18.04.
Closes #14017.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-02 13:40:09 +02:00

22 lines
587 B
Bash

# 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 <diogo@diogoleal.com>"
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
}