Package Details: tmate-ssh-server-git 2.3.0.r44.ge1a5e084-2

Git Clone URL: https://aur.archlinux.org/tmate-ssh-server-git.git (read-only, click to copy)
Package Base: tmate-ssh-server-git
Description: tmate SSH server
Upstream URL: https://github.com/tmate-io/tmate-ssh-server
Licenses: MIT
Conflicts: tmate-ssh-server
Provides: tmate-ssh-server
Submitter: eworm
Maintainer: eworm
Last Packager: eworm
Votes: 2
Popularity: 0.000000
First Submitted: 2020-01-09 23:00 (UTC)
Last Updated: 2020-01-10 08:38 (UTC)

Latest Comments

dixyes commented on 2025-09-16 03:49 (UTC)

archlinux msgpack library msgpack-c now use msgpack-c as its pkgconf name, so you need this patch:

diff --git a/configure.ac b/configure.ac
index 2035470f..a88b163c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -193,7 +193,7 @@ fi

 PKG_CHECK_MODULES(
   MSGPACK,
-  msgpack >= 1.2.0,
+  msgpack-c >= 1.2.0,
   [
     CPPFLAGS="$MSGPACK_CFLAGS $CPPFLAGS"
     LIBS="$MSGPACK_LIBS $LIBS"