void-packages/srcpkgs/tmux/template
Nathan Owens 02622884e7 tmux: Add memory leak patch
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-26 09:02:09 +01:00

19 lines
563 B
Bash

# Template file for 'tmux'
pkgname=tmux
version=3.0a
revision=2
build_style=gnu-configure
hostmakedepends="byacc"
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=4ad1df28b4afa969e59c08061b45082fdc49ff512f30fc8e43217d7b0e5f8db9
post_install() {
vlicense COPYING
}