void-packages/srcpkgs/fzf/template
2017-02-20 14:49:40 +01:00

33 lines
1 KiB
Bash

# Template file for 'fzf'
pkgname=fzf
version=0.16.5
build_style=go
go_import_path="github.com/junegunn/fzf/src"
go_package="github.com/junegunn/fzf/src/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=7add1b5290af779fc1c6a3e306d696fb0e833d4efb5b60d94f9c424ac1b6f9fe
pre_build() {
cd src
}
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
}