void-packages/srcpkgs/tmux/template
2018-04-16 12:26:01 +02:00

16 lines
462 B
Bash

# Template file for 'tmux'
pkgname=tmux
version=2.7
revision=1
build_style=gnu-configure
makedepends="libevent-devel ncurses-devel"
short_desc="Terminal Multiplexer"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="ISC"
homepage="http://tmux.github.io"
distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
checksum=9ded7d100313f6bc5a87404a4048b3745d61f2332f99ec1400a7c4ed9485d452
post_install() {
vlicense COPYING
}