19 lines
565 B
Bash
19 lines
565 B
Bash
# Template file for 'shmux'
|
|
pkgname=shmux
|
|
version=1.0.3
|
|
revision=1
|
|
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/v${version}.tar.gz"
|
|
checksum=c9f8863e2550e23e633cf5fc7a9c4c52d287059f424ef78aba6ecd98390fb9ab
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vsconf ${DESTDIR}/usr/share/${pkgname}/mcmd.sh
|
|
rm -f ${DESTDIR}/usr/share/${pkgname}/mcmd.sh
|
|
}
|