void-packages/srcpkgs/tmux/template
2017-05-29 10:46:54 +02:00

16 lines
462 B
Bash

# Template file for 'tmux'
pkgname=tmux
version=2.5
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=ae135ec37c1bf6b7750a84e3a35e93d91033a806943e034521c8af51b12d95df
post_install() {
vlicense COPYING
}