From 45e203eaa111c553bcbcffff5e96af505c9f7e65 Mon Sep 17 00:00:00 2001 From: Dakota Richline Date: Fri, 26 Jul 2024 17:51:15 -0400 Subject: [PATCH] New package: remote-touchpad --- srcpkgs/remote-touchpad/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/remote-touchpad/template diff --git a/srcpkgs/remote-touchpad/template b/srcpkgs/remote-touchpad/template new file mode 100644 index 00000000000000..d1b7bb824f89de --- /dev/null +++ b/srcpkgs/remote-touchpad/template @@ -0,0 +1,16 @@ +# Template file for 'remote-touchpad' +pkgname=remote-touchpad +version=1.4.6 +revision=1 +build_style=go +go_import_path="github.com/unrud/remote-touchpad" +go_build_tags="portal,uinput,x11" +makedepends="libX11-devel libXt-devel libXrandr-devel libXtst-devel" +depends="libX11 libXt libXrandr libXtst" +short_desc="Control mouse and keyboard from the web browser of another device" +maintainer="Dakota Richline " +license="GPL-3.0-or-later" +homepage="https://github.com/Unrud/remote-touchpad" +changelog="https://github.com/Unrud/remote-touchpad/blob/master/CHANGELOG.md" +distfiles="https://github.com/Unrud/remote-touchpad/archive/refs/tags/v${version}.tar.gz" +checksum="0bcb8ff3f6e26c85f162c6e6ecc280730bdcafbd8fb883c1dc703d71933d1ea5"