Skip to content

Commit

Permalink
[fzf] Add fzf version 0.18.0 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Apr 1, 2019
1 parent 3711d3e commit 77b01e8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions vendor/fzf/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A command-line fuzzy finder
1 change: 1 addition & 0 deletions vendor/fzf/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MIT
15 changes: 15 additions & 0 deletions vendor/fzf/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
include ../../tasks/Makefile.package
include ../../tasks/Makefile.apk

# Package details
export VENDOR = junegunn
export PACKAGE_NAME = fzf
export PACKAGE_REPO_NAME = fzf-bin
export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/$(PACKAGE_VERSION)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(OS)_$(ARCH).tgz
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary

install:
$(call download_tarball)

test:
$(PACKAGE_EXE) --version
1 change: 1 addition & 0 deletions vendor/fzf/RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
1 change: 1 addition & 0 deletions vendor/fzf/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.18.0

0 comments on commit 77b01e8

Please sign in to comment.