You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
TERMUX_PKG_HOMEPAGE=http://termux.com
|
|
|
|
TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
|
|
|
|
TERMUX_PKG_VERSION=0.7
|
|
|
|
|
|
|
|
termux_step_make_install () {
|
|
|
|
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux
|
|
|
|
mkdir -p $TERMUX_LIBEXEC_DIR
|
|
|
|
$CC -Wall -Wextra -Werror -pedantic $CFLAGS $LDFLAGS -std=c11 $TERMUX_PKG_BUILDER_DIR/command-not-found.c \
|
|
|
|
-o $TERMUX_LIBEXEC_DIR/command-not-found
|
|
|
|
}
|