2022-06-29 22:39:36 +00:00
# Maintainer: Catriel Müller <catriel at gmail dot com>
# Maintainer: Xiufeng Guo <i@m.ac>
pkgname = synergy1-bin
2022-11-05 13:04:36 +00:00
pkgver = 1.14.6
2022-08-14 09:39:06 +00:00
pkgrel = 1
2022-06-29 22:39:36 +00:00
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' )
2022-11-05 13:04:36 +00:00
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>=1.1.0' 'qt5-base>=5.12.2' )
2022-06-29 22:39:36 +00:00
conflicts = ( 'synergy' )
options = ( '!strip' '!emptydirs' )
install = ${ pkgname } .install
2022-11-05 13:04:36 +00:00
source_x86_64 = ( "https://storage.m.ac/linux/bin/synergy_1.14.6-snapshot.88fdd263_debian11_amd64.deb" )
sha512sums_x86_64 = ( '4aeb922eb29d5f1576342d15f7459f47124e34977614549d63487d75d7afbdde4fb80a17e85ca3a307bebded25d862c4a23eb949d2babb5088caa3746baa87f9' )
2022-06-29 22:39:36 +00:00
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 "
}