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