void-packages/srcpkgs/fzf/template
2017-10-26 18:16:57 +00:00

30 lines
969 B
Bash

# Template file for 'fzf'
pkgname=fzf
version=0.17.1
revision=2
build_style=go
go_import_path="github.com/junegunn/fzf"
maintainer="Leah Neukirchen <leah@vuxu.org>"
hostmakedepends="git"
makedepends="ncurses-devel"
license="MIT"
homepage="https://github.com/junegunn/fzf"
short_desc="Command-line fuzzy finder"
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
checksum=9c881e55780c0f56b5a30b87df756634d853bfd3938e7e53cb2df6ed63aa84a7
post_install() {
cd ${wrksrc}
vbin bin/fzf-tmux
vman man/man1/fzf.1
vlicense LICENSE
sed -i -e 's#source ~/\.fzf\.bash; ##' shell/key-bindings.bash
vinstall plugin/fzf.vim 644 usr/share/vim/vimfiles/plugin
vinstall shell/completion.bash 644 usr/share/bash-completion/completions fzf
vinstall shell/completion.zsh 644 usr/share/doc/fzf
vinstall shell/key-bindings.zsh 644 usr/share/doc/fzf
vinstall shell/key-bindings.bash 644 usr/share/doc/fzf
vinstall shell/key-bindings.fish 644 usr/share/doc/fzf
}