14 lines
538 B
Bash
Executable File
14 lines
538 B
Bash
Executable File
TERMUX_PKG_HOMEPAGE=https://github.com/jhspetersson/fselect
|
|
TERMUX_PKG_DESCRIPTION="Find files with SQL-like queries"
|
|
TERMUX_PKG_LICENSE="Apache-2.0, MIT"
|
|
TERMUX_PKG_VERSION=0.7.1
|
|
TERMUX_PKG_SRCURL=https://github.com/jhspetersson/fselect/archive/$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=38cb9c56aa6568088d6dbdc9512c0fd16e05b07f55684b2c8c9fa09533f58f84
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_post_make_install() {
|
|
install -Dm700 \
|
|
"$TERMUX_PKG_SRCDIR/target/$CARGO_TARGET_NAME"/release/fselect \
|
|
"$TERMUX_PREFIX"/bin/fselect
|
|
}
|