void-packages/srcpkgs/xiate/template
cr6git 1687a905cf
xiate: update to 18.03.
Closes: #12844 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-08 12:58:30 +02:00

22 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
}