vp-build/srcpkgs/x2x-git/template

25 lines
740 B
Bash

# Template file for 'x2x-git'
pkgname=x2x-git
version=20190715
revision=1
_githash=514c6c70e97a296d5d79ce5e8cb3cc34ae833851
wrksrc="x2x-${_githash}"
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="libX11-devel libXext-devel libXtst-devel"
short_desc="Use mouse and keyboard from X display on another"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="custom:x2x"
homepage="https://github.com/dottedmag/x2x"
distfiles="${homepage}/archive/${_githash}.tar.gz"
checksum=a26c9ce9ef327e4f25c8f9406013e9dcc57272bc60e25172fa8398311e069561
pre_configure() {
sh bootstrap.sh
}
post_install() {
vlicense COPYING
mv $DESTDIR/usr/share/doc/{x2x,$pkgname}
rm $DESTDIR/usr/share/doc/$pkgname/{ChangeLog*,COPYING*}
}