fzf: install fzf-tmux.1 manual
This commit is contained in:
parent
e44a2664ab
commit
b38df356b0
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fzf'
|
# Template file for 'fzf'
|
||||||
pkgname=fzf
|
pkgname=fzf
|
||||||
version=0.48.0
|
version=0.48.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/junegunn/fzf"
|
go_import_path="github.com/junegunn/fzf"
|
||||||
go_ldflags="-X main.version=${version} -X main.revision="
|
go_ldflags="-X main.version=${version} -X main.revision="
|
||||||
|
@ -18,6 +18,7 @@ post_install() {
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
vbin bin/fzf-tmux
|
vbin bin/fzf-tmux
|
||||||
vman man/man1/fzf.1
|
vman man/man1/fzf.1
|
||||||
|
vman man/man1/fzf-tmux.1
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
sed -i -e 's#source ~/\.fzf\.bash; ##' shell/key-bindings.bash
|
sed -i -e 's#source ~/\.fzf\.bash; ##' shell/key-bindings.bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue