Browse Source

command-not-found: Update

android-5
Fredrik Fornwall 9 years ago
parent
commit
88e49e7345
  1. 2
      packages/command-not-found/build.sh
  2. 9
      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_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
TERMUX_PKG_VERSION=1.5
TERMUX_PKG_VERSION=1.6
termux_step_make_install () {
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux

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

@ -238,6 +238,9 @@ char const* const commands[] = {
" curl",
"curseofwar",
" curseofwar",
"cvs",
" cvs",
" rcs2log",
"dash",
" dash",
" sh",
@ -288,9 +291,9 @@ char const* const commands[] = {
"emacs",
" ebrowse",
" emacs",
" emacs-25.0.92",
" emacsclient",
" etags",
" temacs",
"espeak",
" espeak",
"ffmpeg",
@ -499,7 +502,6 @@ char const* const commands[] = {
" dnsdomainname",
" ftp",
" logger",
" ping6",
" telnet",
" tftp",
" traceroute",
@ -1309,6 +1311,7 @@ char const* const commands[] = {
" getprop",
" logcat",
" ping",
" ping6",
" pm",
" su",
" termux-elf-cleaner",
@ -1356,12 +1359,14 @@ char const* const commands[] = {
"utfdecode",
" utfdecode",
"vim",
" vi",
" view",
" vim",
" vimdiff",
" vimtutor",
" xxd",
"vim-python",
" vi",
" view",
" vim",
" vimdiff",

Loading…
Cancel
Save