commit
3cae7103d5
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue