void-packages/srcpkgs/tmux/template

17 lines
462 B
Bash

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