void-packages/srcpkgs/skim/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

26 lines
992 B
Bash

# Template file for 'skim'
pkgname=skim
version=0.6.8
revision=1
build_style=cargo
short_desc="Fuzzy Finder in rust"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/lotabout/skim"
distfiles="https://github.com/lotabout/skim/archive/v${version}.tar.gz"
checksum=646b43c9b4863f2d30c9e08710067816ca463fc75631b415a8763cc8c943161f
post_install() {
vbin bin/sk-tmux
vman man/man1/sk.1
vman man/man1/sk-tmux.1
vlicense LICENSE
vinstall plugin/skim.vim 644 usr/share/vim/vimfiles/plugin
vinstall shell/completion.bash 644 usr/share/bash-completion/completions skim-completion.bash
vinstall shell/key-bindings.bash 644 usr/share/bash-completion/completions skim-key-bindings.bash
vinstall shell/key-bindings.fish 644 usr/share/fish_vendor_completions.d skim-key-bindings.fish
vinstall shell/completion.zsh 644 usr/share/zsh/site-functions skim-completion.zsh
vinstall shell/key-bindings.zsh 644 usr/share/zsh/site-functions skim-key-bindings.zsh
}