22 lines
576 B
Bash
22 lines
576 B
Bash
# Template file for 'xiate'
|
|
pkgname=xiate
|
|
version=21.05
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="vte3-devel"
|
|
short_desc="Terminal emulator which uses VTE as a backend"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://www.uninformativ.de/projects/xiate/"
|
|
distfiles="https://www.uninformativ.de/git/xiate/archives/xiate-v${version}.tar.gz"
|
|
checksum=487dc53f48494e53a1db9aa36a1e04a594b207d7fcda84908e192bb4e706b7cb
|
|
|
|
pre_configure() {
|
|
vsed -i 's;/usr/local;/usr;g' Makefile
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|