New package: remote-touchpad-1.4.8

This commit is contained in:
Dakota Richline 2024-07-26 17:51:15 -04:00 committed by classabbyamp
parent 1d7af59afb
commit 0783bf6a21
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Template file for 'remote-touchpad'
pkgname=remote-touchpad
version=1.4.8
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"
short_desc="Control mouse and keyboard from the web browser of another device"
maintainer="Dakota Richline <drichline@protonmail.com>"
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="a6f8a4f61ba7dc0f0cbd64545b0ed07952f51d50851caaa5a6c55f00c46e5b82"
post_install() {
vbin desktop/remote-touchpad-wait-on-error
vinstall desktop/com.github.unrud.RemoteTouchpad.svg 644 usr/share/icons/hicolor/scalable/apps
vinstall desktop/com.github.unrud.RemoteTouchpad.desktop 644 usr/share/applications com.github.unrud.remotetouchpad.desktop # must be lowercase for xdg-desktop-menu to accept
vinstall desktop/com.github.unrud.RemoteTouchpad.metainfo.xml 644 usr/share/metainfo
}