mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
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'
|
||||
pkgname=fzf
|
||||
version=0.48.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="github.com/junegunn/fzf"
|
||||
go_ldflags="-X main.version=${version} -X main.revision="
|
||||
|
@ -18,6 +18,7 @@ post_install() {
|
|||
cd ${wrksrc}
|
||||
vbin bin/fzf-tmux
|
||||
vman man/man1/fzf.1
|
||||
vman man/man1/fzf-tmux.1
|
||||
vlicense LICENSE
|
||||
|
||||
sed -i -e 's#source ~/\.fzf\.bash; ##' shell/key-bindings.bash
|
||||
|
|
Loading…
Add table
Reference in a new issue