void-packages/srcpkgs/tmux/template
2019-10-08 21:29:44 +02:00

18 lines
531 B
Bash

# Template file for 'tmux'
pkgname=tmux
version=2.9a
revision=2
build_style=gnu-configure
makedepends="libevent-devel ncurses-devel"
short_desc="Terminal Multiplexer"
maintainer="Nathan <ndowens@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
}