# Template file for 'tmux' pkgname=tmux version=3.7b revision=1 build_style=gnu-configure configure_args="--enable-utempter --enable-sixel" hostmakedepends="byacc automake pkg-config" makedepends="libevent-devel libutempter-devel ncurses-devel" depends="ncurses-base" short_desc="Terminal Multiplexer" maintainer="Đoàn Trần Công Danh " 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=87f2e99e3b685973f2ca002ffd6ed7e51a5744f7009daae5a15670b6d532db96 pre_configure() { autoreconf -fi } post_install() { { echo ' * Copyright (c) 2007-2021 Nicholas Marriott ' grep -rh 'Copyright (c) .*[0-9] [a-zA-Z]' *.c compat/*.c | grep -v 'Nicholas Marriott' | sort -u cat COPYING } >LICENSE vlicense LICENSE }