fzf: install fzf-tmux.1 manual

This commit is contained in:
Marcin Puc 2024-03-15 14:31:00 +01:00 committed by Leah Neukirchen
parent e44a2664ab
commit b38df356b0

View file

@ -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