Add new pkg fzy

This commit is contained in:
kcubeterm 2020-12-13 18:08:42 +00:00
parent 04be17865e
commit 6caf104055
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- ./Makefile 2020-12-13 17:22:13.494008996 +0000
+++ ./fzy-1.0-Makefile 2020-12-13 17:44:29.695428816 +0000
@@ -11,7 +11,6 @@
INSTALL_PROGRAM=$(INSTALL)
INSTALL_DATA=${INSTALL} -m 644
-LIBS=-lpthread
OBJECTS=src/fzy.o src/match.o src/tty.o src/choices.o src/options.o src/tty_interface.o
THEFTDEPS = deps/theft/theft.o deps/theft/theft_bloom.o deps/theft/theft_mt.o deps/theft/theft_hash.o
TESTOBJECTS=test/fzytest.c test/test_properties.c test/test_choices.c test/test_match.c src/match.o src/choices.o src/options.o $(THEFTDEPS)

8
packages/fzy/build.sh Normal file
View File

@ -0,0 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://github.com/jhawthorn/fzy
TERMUX_PKG_DESCRIPTION="A simple, fast fuzzy finder for the terminal"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Krishna Kanhaiya @kcubeterm"
TERMUX_PKG_VERSION=1.0
TERMUX_PKG_SRCURL=https://github.com/jhawthorn/fzy/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=80257fd74579e13438b05edf50dcdc8cf0cdb1870b4a2bc5967bd1fdbed1facf
TERMUX_PKG_BUILD_IN_SRC=true