void-packages/srcpkgs/tmux/template
2016-04-11 08:12:33 +02:00

17 lines
462 B
Bash

# Template file for 'tmux'
pkgname=tmux
version=2.2
revision=1
build_style=gnu-configure
makedepends="ncurses-devel libevent-devel"
short_desc="Terminal Multiplexer"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://tmux.github.io"
license="ISC"
distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
checksum=bc28541b64f99929fe8e3ae7a02291263f3c97730781201824c0f05d7c8e19e4
post_install() {
vlicense COPYING
}