vp-build/srcpkgs/tmux/template

18 lines
534 B
Bash

# Template file for 'tmux'
pkgname=tmux
version=2.8
revision=1
build_style=gnu-configure
makedepends="libevent-devel ncurses-devel"
short_desc="Terminal Multiplexer"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
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=7f6bf335634fafecff878d78de389562ea7f73a7367f268b66d37ea13617a2ba
post_install() {
vlicense COPYING
}