void-packages/srcpkgs/tmux/template
Zach Dykstra 282b7b5063 tmux: update to 3.0
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-11-29 10:32:39 +01:00

17 lines
538 B
Bash

# Template file for 'tmux'
pkgname=tmux
version=3.0
revision=1
build_style=gnu-configure
makedepends="libevent-devel ncurses-devel"
short_desc="Terminal Multiplexer"
maintainer="Nathan Owens <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=9edcd78df80962ee2e6471a8f647602be5ded62bb41c574172bb3dc3d0b9b4b4
post_install() {
vlicense COPYING
}