bfe8e28289
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
17 lines
539 B
Bash
17 lines
539 B
Bash
# Template file for 'tmux'
|
|
pkgname=tmux
|
|
version=3.0a
|
|
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=4ad1df28b4afa969e59c08061b45082fdc49ff512f30fc8e43217d7b0e5f8db9
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|