fzf: update to 0.10.5, add license file
This commit is contained in:
parent
7929db839d
commit
355206e0c2
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fzf'
|
# Template file for 'fzf'
|
||||||
pkgname=fzf
|
pkgname=fzf
|
||||||
version=0.10.3
|
version=0.10.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/junegunn/fzf/src"
|
go_import_path="github.com/junegunn/fzf/src"
|
||||||
|
@ -12,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://github.com/junegunn/fzf"
|
homepage="https://github.com/junegunn/fzf"
|
||||||
short_desc="A command-line fuzzy finder"
|
short_desc="A command-line fuzzy finder"
|
||||||
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
||||||
checksum=018883b176da796c8903816a0f9fdb99522dc148d1ce8d1a95233b905fea5c20
|
checksum=a0e4f2dce23a5b3edad44d4b96a5c4222c5bee928a43ea4b5686f1bce2a3fddf
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd src
|
cd src
|
||||||
|
@ -23,6 +23,7 @@ post_install() {
|
||||||
vbin bin/fzf-tmux
|
vbin bin/fzf-tmux
|
||||||
vbin ${FILESDIR}/fzf-fsel
|
vbin ${FILESDIR}/fzf-fsel
|
||||||
vman man/man1/fzf.1
|
vman man/man1/fzf.1
|
||||||
|
vlicense LICENSE
|
||||||
|
|
||||||
sed -i -e 's#source ~/\.fzf\.bash; ##' shell/key-bindings.bash
|
sed -i -e 's#source ~/\.fzf\.bash; ##' shell/key-bindings.bash
|
||||||
sed -i -e 's/(__fzf_select__)/(fzf-fsel)/' shell/key-bindings.bash
|
sed -i -e 's/(__fzf_select__)/(fzf-fsel)/' shell/key-bindings.bash
|
||||||
|
|
Loading…
Reference in New Issue