22 lines
551 B
Bash
22 lines
551 B
Bash
# Template file for 'tmate'
|
|
pkgname=tmate
|
|
version=2.3.1
|
|
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=21cb6029d09e3809e37b9b8f1cd96b452197b8c2e28d3551d674b8e580bf4048
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|