New package: shmux-1.0.2.0.20170113

This commit is contained in:
Leah Neukirchen 2017-08-21 14:14:56 +02:00
parent 5fcaf4a241
commit 8c9e69f1a9
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- src/os.h.orig
+++ src/os.h
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
+#include <time.h>
#include <sys/param.h>
#include <sys/types.h>

20
srcpkgs/shmux/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'shmux'
pkgname=shmux
version=1.0.2.0.20170113
revision=1
_githash="8e699a65e64112bfa61786ef5624e9a033a95559"
wrksrc="${pkgname}-${_githash}"
build_style=gnu-configure
makedepends="ncurses-devel pcre-devel"
short_desc="Shell multiplexer (parallel SSH)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="3-clause-BSD"
homepage="https://github.com/shmux/shmux"
distfiles="https://github.com/shmux/shmux/archive/${_githash}.tar.gz"
checksum=91553ea47f24eccb268f23641e82ac79d06c6ee927b2c9090387dfb77f4762be
post_install() {
vlicense LICENSE
vsconf ${DESTDIR}/usr/share/${pkgname}/mcmd.sh
rm -f ${DESTDIR}/usr/share/${pkgname}/mcmd.sh
}