void-packages/srcpkgs/xiate/template

24 lines
580 B
Bash
Raw Normal View History

2017-09-25 03:15:22 +00:00
# Template file for 'xiate'
pkgname=xiate
2017-10-19 01:43:39 +00:00
version=17.10
2017-09-25 03:15:22 +00:00
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="gtk+3-devel vte3-devel"
depends="vte3 socat"
short_desc="A terminal emulator"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="https://github.com/vain/xiate"
distfiles="https://github.com/vain/xiate/archive/v${version}.tar.gz"
2017-10-19 01:43:39 +00:00
checksum=b234a4e60ee7979f9e834158c616669575d0edb244dc355c4043845f9251d088
2017-09-25 03:15:22 +00:00
pre_configure() {
cp config.def.h config.h
sed -i 's;/usr/local;/usr;g' Makefile
}
post_install() {
vlicense LICENSE
}