forked from ports/contrib
synergy: deleted unmaintained port
This commit is contained in:
parent
ccd08b90be
commit
4b1d5914c3
@ -1,5 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/synergy
|
||||
-rwxr-xr-x root/root usr/bin/synergyc
|
||||
-rwxr-xr-x root/root usr/bin/synergys
|
@ -1,6 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3xDrr8a3fGW6nrFpmJAu7Zi6k0qZWk3QmN5cctLzfpNWGPQFEAzjdla+/wnbFZ2Px547MUflDCc/7g14y0EQfgg=
|
||||
SHA256 (Pkgfile) = c908afb88955c84795b3f3afebb8e8d1eca70f8f85b021ba6766f72bf84ac409
|
||||
SHA256 (.footprint) = bc82db54aefa88b2d5fb268ce5e0d5420c0b763983c5bdc6fdd5d008a237eca9
|
||||
SHA256 (synergy-1.13.0.tar.gz) = a57989dd2d3ae30657f2b95cba3cae112c189f9bbbc3d1b25b3874859afeb94d
|
||||
SHA256 (googletest-2fe3bd9.zip) = 6aba02cc122d60f517cb6cd439a6a8fc49be0657855dd3ae96b09d438e5a59d8
|
@ -1,25 +0,0 @@
|
||||
# Description: Share mouse and keyboard between multiple computers
|
||||
# URL: http://synergy-foss.org/
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Depends on: avahi cmake qt5 xorg-libxcb xorg-libxdmcp xorg-libxrender xorg-libxtst
|
||||
|
||||
name=synergy
|
||||
version=1.13.0
|
||||
release=1
|
||||
source=(https://github.com/symless/synergy-core/archive/v${version}-stable/$name-$version.tar.gz
|
||||
https://github.com/google/googletest/archive/2fe3bd994b3189899d93f1d5a881e725e046fdc2/googletest-2fe3bd9.zip)
|
||||
|
||||
build() {
|
||||
# -D BUILD_TESTS=OFF has no freaking effect :|
|
||||
mv googletest-*/* $name-core-$version-stable/ext/googletest
|
||||
cmake -S $name-core-$version-stable -B build -G Ninja \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
|
||||
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
|
||||
-D BUILD_TESTS=OFF \
|
||||
-D GIT_SUBMODULE=OFF \
|
||||
-Wno-dev
|
||||
cmake --build build
|
||||
DESTDIR=$PKG cmake --install build
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user