new package: x2x

Requested in https://github.com/termux/x11-packages/issues/88.
This commit is contained in:
Leonid Pliushch 2019-05-26 22:25:31 +03:00 committed by Yaksh Bariya
parent a4220addb9
commit 93dd61013c
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 13 additions and 0 deletions

13
x11-packages/x2x/build.sh Normal file
View File

@ -0,0 +1,13 @@
TERMUX_PKG_HOMEPAGE=https://github.com/dottedmag/x2x
TERMUX_PKG_DESCRIPTION="Allows the keyboard, mouse on one X display to be used to control another X display"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_VERSION=20180709
_COMMIT=e62a535f9bace33c8b61ea9ff95f040622cb34a2
TERMUX_PKG_SRCURL=https://github.com/dottedmag/x2x/archive/${_COMMIT}.tar.gz
TERMUX_PKG_SHA256=f21d064ed8d6952adbc9cae3261dda9b279a3b330c622a559757f78f5141a54c
TERMUX_PKG_DEPENDS="libxtst"
termux_step_pre_configure() {
./bootstrap.sh
}