22 lines
587 B
Bash
22 lines
587 B
Bash
# Template file for 'xiate'
|
|
pkgname=xiate
|
|
version=18.05
|
|
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=2f7317cc71849cdbf31479be224f9ed20fce25d2fa8320885a5294ed2101411b
|
|
|
|
pre_configure() {
|
|
cp config.def.h config.h
|
|
sed -i 's;/usr/local;/usr;g' Makefile
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|