mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/fzf to 0.27.2-2
This commit is contained in:
parent
76851155c9
commit
557db772b5
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ buildarch=28
|
||||||
|
|
||||||
pkgname=fzf
|
pkgname=fzf
|
||||||
pkgver=0.27.2
|
pkgver=0.27.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Command-line fuzzy finder'
|
pkgdesc='Command-line fuzzy finder'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://github.com/junegunn/fzf'
|
url='https://github.com/junegunn/fzf'
|
||||||
|
@ -59,6 +59,7 @@ package() {
|
||||||
|
|
||||||
## Man page
|
## Man page
|
||||||
install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
|
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
|
## License
|
||||||
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
|
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
|
||||||
|
|
Loading…
Reference in a new issue