Add new pkg fzy
This commit is contained in:
parent
04be17865e
commit
6caf104055
10
packages/fzy/Makefile.patch
Normal file
10
packages/fzy/Makefile.patch
Normal 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
8
packages/fzy/build.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user