Browse Source

command-not-found: Regenerate

android-5
Fredrik Fornwall 8 years ago
parent
commit
506ef46bae
  1. 2
      packages/command-not-found/build.sh
  2. 26
      packages/command-not-found/commands.h

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

@ -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.18 TERMUX_PKG_VERSION=1.19
termux_step_make_install () { termux_step_make_install () {
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux

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

@ -61,6 +61,11 @@ char const* const commands[] = {
"busybox", "busybox",
" busybox", " busybox",
" env", " env",
"bvi",
" bmore",
" bvedit",
" bvi",
" bview",
"bzip2", "bzip2",
" bunzip2", " bunzip2",
" bzcat", " bzcat",
@ -140,6 +145,8 @@ char const* const commands[] = {
" ctest", " ctest",
"cmake-curses-gui", "cmake-curses-gui",
" ccmake", " ccmake",
"cmark",
" cmark",
"cmatrix", "cmatrix",
" cmatrix", " cmatrix",
"coreutils", "coreutils",
@ -635,7 +642,6 @@ char const* const commands[] = {
" logger", " logger",
" telnet", " telnet",
" tftp", " tftp",
" traceroute",
" whois", " whois",
"inotify-tools", "inotify-tools",
" inotifywait", " inotifywait",
@ -728,7 +734,6 @@ char const* const commands[] = {
" imgcmp", " imgcmp",
" imginfo", " imginfo",
" jasper", " jasper",
" tmrdemo",
"libjpeg-turbo-progs", "libjpeg-turbo-progs",
" cjpeg", " cjpeg",
" djpeg", " djpeg",
@ -802,6 +807,13 @@ char const* const commands[] = {
" psicc", " psicc",
" tificc", " tificc",
" transicc", " transicc",
"lrzsz",
" lrb",
" lrx",
" lrz",
" lsb",
" lsx",
" lsz",
"ltrace", "ltrace",
" ltrace", " ltrace",
"lua", "lua",
@ -834,6 +846,11 @@ char const* const commands[] = {
" mcdiff", " mcdiff",
" mcedit", " mcedit",
" mcview", " mcview",
"minicom",
" ascii-xfr",
" minicom",
" runscript",
" xminicom",
"mlocate", "mlocate",
" locate", " locate",
" updatedb", " updatedb",
@ -845,6 +862,8 @@ char const* const commands[] = {
" mosh-server", " mosh-server",
" mosh.pl", " mosh.pl",
"mosquitto", "mosquitto",
" mosquitto",
" mosquitto_passwd",
" mosquitto_pub", " mosquitto_pub",
" mosquitto_sub", " mosquitto_sub",
"mp3splt", "mp3splt",
@ -1310,7 +1329,6 @@ char const* const commands[] = {
" json_pp", " json_pp",
" libnetcfg", " libnetcfg",
" perl", " perl",
" perl5.22.2",
" perlbug", " perlbug",
" perldoc", " perldoc",
" perlivp", " perlivp",
@ -1588,7 +1606,7 @@ char const* const commands[] = {
" torsocks", " torsocks",
"tracepath", "tracepath",
" tracepath", " tracepath",
" tracepath6", " traceroute",
"transmission", "transmission",
" transmission-create", " transmission-create",
" transmission-daemon", " transmission-daemon",

Loading…
Cancel
Save