community/fzf to 0.27.2-2

This commit is contained in:
Kevin Mihelich 2021-10-09 14:33:30 +00:00
parent 76851155c9
commit 557db772b5

View file

@ -14,7 +14,7 @@ buildarch=28
pkgname=fzf
pkgver=0.27.2
pkgrel=1
pkgrel=2
pkgdesc='Command-line fuzzy finder'
arch=('x86_64')
url='https://github.com/junegunn/fzf'
@ -59,6 +59,7 @@ package() {
## Man page
install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
install -Dm644 man/man1/fzf-tmux.1 "$pkgdir"/usr/share/man/man1/fzf-tmux.1
## License
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE