Merge pull request #538 from uggedal/tmux-bash-completion
tmux: install bash completion
This commit is contained in:
commit
1363fc414b
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tmux'
|
# Template file for 'tmux'
|
||||||
pkgname=tmux
|
pkgname=tmux
|
||||||
version=1.9a
|
version=1.9a
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel libevent-devel"
|
makedepends="ncurses-devel libevent-devel"
|
||||||
short_desc="Terminal Multiplexer"
|
short_desc="Terminal Multiplexer"
|
||||||
|
@ -10,3 +10,8 @@ homepage="http://tmux.sourceforge.net"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${SOURCEFORGE_SITE}/tmux/tmux-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/tmux/tmux-$version.tar.gz"
|
||||||
checksum=c5e3b22b901cf109b20dab54a4a651f0471abd1f79f6039d79b250d21c2733f5
|
checksum=c5e3b22b901cf109b20dab54a4a651f0471abd1f79f6039d79b250d21c2733f5
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall examples/bash_completion_tmux.sh 644 \
|
||||||
|
usr/share/bash-completion/completions tmux
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue