21 lines
551 B
Bash
21 lines
551 B
Bash
# Template file for 'tmate'
|
|
pkgname=tmate
|
|
version=2.4.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config"
|
|
makedepends="libevent-devel libssh-devel msgpack-devel ncurses-devel"
|
|
short_desc="Instant Terminal Sharing"
|
|
maintainer="Rijk van Wijk <rrvanwijk@fastmail.org>"
|
|
license="ISC"
|
|
homepage="http://tmate.io"
|
|
distfiles="https://github.com/tmate-io/tmate/archive/${version}.tar.gz"
|
|
checksum=62b61eb12ab394012c861f6b48ba0bc04ac8765abca13bdde5a4d9105cb16138
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|