1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

sysutils/waynergy: new port

An implementation of a synergy client for wayland compositors. Based on the
upstream uSynergy library (heavily modified for more protocol support and a
bit of paranoia).

WWW:	https://github.com/r-c-f/waynergy
This commit is contained in:
Baptiste Daroussin 2022-09-07 11:46:34 +02:00
parent 7483bd27d1
commit 9d57e1a6b2
4 changed files with 33 additions and 0 deletions

View File

@ -1540,6 +1540,7 @@
SUBDIR += watchfolder
SUBDIR += watchman
SUBDIR += watchmen
SUBDIR += waynergy
SUBDIR += webmin
SUBDIR += weedit
SUBDIR += wemux

View File

@ -0,0 +1,24 @@
PORTNAME= waynergy
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.12
CATEGORIES= sysutils wayland
MAINTAINER= bapt@FreeBSD.org
COMMENT= Mouse and keyboard sharing utility
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon \
libtls.so:security/libretls
USES= meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= r-c-f
PLIST_FILES= bin/waynergy \
bin/waynergy-clip-update \
share/applications/waynergy.desktop
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1662536324
SHA256 (r-c-f-waynergy-v0.0.12_GH0.tar.gz) = c9274f4e7d382f39df15e427820cb49a224a3a0e9dc1add1ccbcac3a3bbc93a2
SIZE (r-c-f-waynergy-v0.0.12_GH0.tar.gz) = 68787

View File

@ -0,0 +1,5 @@
An implementation of a synergy client for wayland compositors. Based on the
upstream uSynergy library (heavily modified for more protocol support and a
bit of paranoia).
WWW: https://github.com/r-c-f/waynergy