# Maintainer: Catriel Müller # Maintainer: Xiufeng Guo pkgname=synergy1-bin pkgver=1.14.5 pkgrel=1 pkgdesc="Keyboard and mouse sharing solution. Synergy allows you to share one mouse and keyboard between multiple computers. Work seamlessly across Windows, macOS and Linux." arch=('x86_64') url="https://symless.com/synergy" license=('unknown') depends=('avahi>=0.6.16' 'gcc-libs>=5.2' 'glibc>=2.14' 'hicolor-icon-theme' 'libx11>=1.2.99.901' 'libxext' 'libxi>=1.2.99.4' 'libxtst' 'openssl>=1.1.0' 'qt5-base>=5.12.2') conflicts=('synergy') options=('!strip' '!emptydirs') install=${pkgname}.install source_x86_64=("https://storage.m.ac/linux/bin/synergy_1.14.5-stable.a975f61a_debian11_amd64.deb") sha512sums_x86_64=('be5e8dbdd1c91c11b7251205986bc716c976be0193c12a70a3b0d4bfd835e0f865cba75111191c316a2da47ffd9395f62fd5d1274aca92c46fb47a124eade804') package(){ # Extract package data tar xf data.tar.xz -C "${pkgdir}" install -D -m644 "${pkgdir}/usr/share/doc/synergy/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }