void-packages/srcpkgs/tmux/template
Nathan Owens e02b084927 tmux: correct email address
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-11-24 10:39:55 +01:00

17 lines
533 B
Bash

# Template file for 'tmux'
pkgname=tmux
version=2.9a
revision=3
build_style=gnu-configure
makedepends="libevent-devel ncurses-devel"
short_desc="Terminal Multiplexer"
maintainer="Nathan <ndowens04@gmail.com>"
license="ISC"
homepage="https://tmux.github.io"
changelog="https://raw.githubusercontent.com/tmux/tmux/master/CHANGES"
distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
checksum=839d167a4517a6bffa6b6074e89a9a8630547b2dea2086f1fad15af12ab23b25
post_install() {
vlicense COPYING
}