mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 21:50:11 +00:00
16 lines
600 B
Bash
16 lines
600 B
Bash
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_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="0.8.2"
|
|
TERMUX_PKG_SRCURL=https://github.com/jhspetersson/fselect/archive/$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=db55c067630074724fbd3fbf85ebf3de1cf5b47166f80866b58c72f2ef2ffd48
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
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
|
|
}
|