Browse Source

command-not-found: Update executable list

android-5
Fredrik Fornwall 9 years ago
parent
commit
fb69c22d19
  1. 2
      packages/command-not-found/build.sh
  2. 21
      packages/command-not-found/commands.h

2
packages/command-not-found/build.sh

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=http://termux.com TERMUX_PKG_HOMEPAGE=http://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=0.8 TERMUX_PKG_VERSION=0.9
termux_step_make_install () { termux_step_make_install () {
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux

21
packages/command-not-found/commands.h

@ -1135,12 +1135,21 @@ char const* const commands[] = {
" pv", " pv",
"python", "python",
" 2to3", " 2to3",
" 2to3-3.4", " 2to3-3.5",
" pydoc3", " pydoc3",
" pydoc3.4", " pydoc3.5",
" python", " python",
" python3", " python3",
" python3.4", " python3.5",
"python2",
" idle",
" pydoc",
" python-config",
" python2",
" python2-config",
" python2.7",
" python2.7-config",
" smtpd.py",
"rlwrap", "rlwrap",
" rlwrap", " rlwrap",
"rsync", "rsync",
@ -1273,6 +1282,12 @@ char const* const commands[] = {
" vimdiff", " vimdiff",
" vimtutor", " vimtutor",
" xxd", " xxd",
"vim-python",
" view",
" vim",
" vimdiff",
" vimtutor",
" xxd",
"vttest", "vttest",
" vttest", " vttest",
"vtutils", "vtutils",

Loading…
Cancel
Save