vp-build/srcpkgs/tmux/template

17 lines
462 B
Bash

# Template file for 'tmux'
pkgname=tmux
version=2.3
revision=2
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=55313e132f0f42de7e020bf6323a1939ee02ab79c48634aa07475db41573852b
post_install() {
vlicense COPYING
}