From 93dd61013c0ff612e2f83772090f914d0ec6e704 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 26 May 2019 22:25:31 +0300 Subject: [PATCH] new package: x2x Requested in https://github.com/termux/x11-packages/issues/88. --- x11-packages/x2x/build.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 x11-packages/x2x/build.sh diff --git a/x11-packages/x2x/build.sh b/x11-packages/x2x/build.sh new file mode 100644 index 000000000..756027aba --- /dev/null +++ b/x11-packages/x2x/build.sh @@ -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 " +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 +}