2020-03-19 20:36:19 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://github.com/jhspetersson/fselect
|
|
|
|
TERMUX_PKG_DESCRIPTION="Find files with SQL-like queries"
|
|
|
|
TERMUX_PKG_LICENSE="Apache-2.0, MIT"
|
2020-12-20 14:16:34 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2021-11-19 19:16:40 +01:00
|
|
|
TERMUX_PKG_VERSION=0.7.8
|
2020-03-19 20:36:19 +01:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/jhspetersson/fselect/archive/$TERMUX_PKG_VERSION.tar.gz
|
2021-11-19 19:16:40 +01:00
|
|
|
TERMUX_PKG_SHA256=9ad3b7e2a8928ac5cf1694a72594ff56ab118dcb01803b780cdf70779355c000
|
2021-10-04 12:43:31 +02:00
|
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
2020-03-19 20:36:19 +01:00
|
|
|
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
|
|
|
|
}
|