Merge pull request #7819 from diogoleal/xiate

New package: xiate-17.09
This commit is contained in:
Toyam Cox 2017-09-25 12:07:52 -04:00 committed by GitHub
commit 3cae7103d5

23
srcpkgs/xiate/template Normal file
View file

@ -0,0 +1,23 @@
# Template file for 'xiate'
pkgname=xiate
version=17.09
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"
checksum=4a8d5162e9fa5392c60fca58e3e50d0b653c1e3d0d7e6950f218d3c037547747
pre_configure() {
cp config.def.h config.h
sed -i 's;/usr/local;/usr;g' Makefile
}
post_install() {
vlicense LICENSE
}