command-not-found: Bump with new commands
This commit is contained in:
parent
03b4db0ce2
commit
407531d30e
@ -1,6 +1,6 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=https://termux.com
|
TERMUX_PKG_HOMEPAGE=https://termux.com
|
||||||
TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
|
TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
|
||||||
TERMUX_PKG_VERSION=1.15
|
TERMUX_PKG_VERSION=1.16
|
||||||
|
|
||||||
termux_step_make_install () {
|
termux_step_make_install () {
|
||||||
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux
|
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux
|
||||||
|
@ -26,6 +26,13 @@ char const* const commands[] = {
|
|||||||
"binutils",
|
"binutils",
|
||||||
" addr2line",
|
" addr2line",
|
||||||
" ar",
|
" ar",
|
||||||
|
" arm-linux-androideabi-ar",
|
||||||
|
" arm-linux-androideabi-ld",
|
||||||
|
" arm-linux-androideabi-nm",
|
||||||
|
" arm-linux-androideabi-objdump",
|
||||||
|
" arm-linux-androideabi-ranlib",
|
||||||
|
" arm-linux-androideabi-readelf",
|
||||||
|
" arm-linux-androideabi-strip",
|
||||||
" as",
|
" as",
|
||||||
" c++filt",
|
" c++filt",
|
||||||
" elfedit",
|
" elfedit",
|
||||||
@ -134,6 +141,7 @@ char const* const commands[] = {
|
|||||||
" cmatrix",
|
" cmatrix",
|
||||||
"coreutils",
|
"coreutils",
|
||||||
" [",
|
" [",
|
||||||
|
" b2sum",
|
||||||
" base32",
|
" base32",
|
||||||
" base64",
|
" base64",
|
||||||
" basename",
|
" basename",
|
||||||
@ -191,6 +199,7 @@ char const* const commands[] = {
|
|||||||
" ptx",
|
" ptx",
|
||||||
" pwd",
|
" pwd",
|
||||||
" readlink",
|
" readlink",
|
||||||
|
" realpath",
|
||||||
" rm",
|
" rm",
|
||||||
" rmdir",
|
" rmdir",
|
||||||
" runcon",
|
" runcon",
|
||||||
@ -225,10 +234,8 @@ char const* const commands[] = {
|
|||||||
" unexpand",
|
" unexpand",
|
||||||
" uniq",
|
" uniq",
|
||||||
" unlink",
|
" unlink",
|
||||||
" users",
|
|
||||||
" vdir",
|
" vdir",
|
||||||
" wc",
|
" wc",
|
||||||
" who",
|
|
||||||
" whoami",
|
" whoami",
|
||||||
" yes",
|
" yes",
|
||||||
"corkscrew",
|
"corkscrew",
|
||||||
@ -289,6 +296,7 @@ char const* const commands[] = {
|
|||||||
" dpkg",
|
" dpkg",
|
||||||
" dpkg-deb",
|
" dpkg-deb",
|
||||||
" dpkg-divert",
|
" dpkg-divert",
|
||||||
|
" dpkg-genbuildinfo",
|
||||||
" dpkg-query",
|
" dpkg-query",
|
||||||
" dpkg-split",
|
" dpkg-split",
|
||||||
" dpkg-trigger",
|
" dpkg-trigger",
|
||||||
@ -301,6 +309,9 @@ char const* const commands[] = {
|
|||||||
"dvtm",
|
"dvtm",
|
||||||
" dvtm",
|
" dvtm",
|
||||||
" dvtm-status",
|
" dvtm-status",
|
||||||
|
"ed",
|
||||||
|
" ed",
|
||||||
|
" red",
|
||||||
"elfutils",
|
"elfutils",
|
||||||
" eu-addr2line",
|
" eu-addr2line",
|
||||||
" eu-elfcmp",
|
" eu-elfcmp",
|
||||||
@ -325,6 +336,16 @@ char const* const commands[] = {
|
|||||||
" emacs-25.1",
|
" emacs-25.1",
|
||||||
" emacsclient",
|
" emacsclient",
|
||||||
" etags",
|
" etags",
|
||||||
|
"erlang",
|
||||||
|
" ct_run",
|
||||||
|
" dialyzer",
|
||||||
|
" epmd",
|
||||||
|
" erl",
|
||||||
|
" erlc",
|
||||||
|
" escript",
|
||||||
|
" run_erl",
|
||||||
|
" to_erl",
|
||||||
|
" typer",
|
||||||
"espeak",
|
"espeak",
|
||||||
" espeak",
|
" espeak",
|
||||||
"expect",
|
"expect",
|
||||||
@ -407,6 +428,7 @@ char const* const commands[] = {
|
|||||||
" gdk-pixbuf-csource",
|
" gdk-pixbuf-csource",
|
||||||
" gdk-pixbuf-pixdata",
|
" gdk-pixbuf-pixdata",
|
||||||
" gdk-pixbuf-query-loaders",
|
" gdk-pixbuf-query-loaders",
|
||||||
|
" gdk-pixbuf-thumbnailer",
|
||||||
"gifsicle",
|
"gifsicle",
|
||||||
" gifdiff",
|
" gifdiff",
|
||||||
" gifsicle",
|
" gifsicle",
|
||||||
@ -1519,6 +1541,11 @@ char const* const commands[] = {
|
|||||||
" tmux",
|
" tmux",
|
||||||
"toilet",
|
"toilet",
|
||||||
" toilet",
|
" toilet",
|
||||||
|
"tor",
|
||||||
|
" tor",
|
||||||
|
" tor-gencert",
|
||||||
|
" tor-resolve",
|
||||||
|
" torify",
|
||||||
"tracepath",
|
"tracepath",
|
||||||
" tracepath",
|
" tracepath",
|
||||||
" tracepath6",
|
" tracepath6",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user