Browse Source

command-not-found: Update package list

android-5
Fredrik Fornwall 9 years ago
parent
commit
a71776bcb6
  1. 2
      packages/command-not-found/build.sh
  2. 36
      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.9 TERMUX_PKG_VERSION=1.0
termux_step_make_install () { termux_step_make_install () {
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux

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

@ -252,6 +252,10 @@ char const* const commands[] = {
"dirmngr", "dirmngr",
" dirmngr", " dirmngr",
" dirmngr-client", " dirmngr-client",
"dnsutils",
" dig",
" host",
" nslookup",
"dpkg", "dpkg",
" dpkg", " dpkg",
" dpkg-deb", " dpkg-deb",
@ -292,7 +296,6 @@ char const* const commands[] = {
"fish", "fish",
" fish", " fish",
" fish_indent", " fish_indent",
" mimedb",
"flex", "flex",
" flex", " flex",
" flex++", " flex++",
@ -586,9 +589,13 @@ char const* const commands[] = {
"libtool", "libtool",
" libtool", " libtool",
" libtoolize", " libtoolize",
"libxslt", "libxml2-dev",
" xml2-config",
"libxml2-utils",
" xmlcatalog",
" xmllint",
"libxslt-dev",
" xslt-config", " xslt-config",
" xsltproc",
"lighttpd", "lighttpd",
" lighttpd", " lighttpd",
"littlecms-utils", "littlecms-utils",
@ -770,6 +777,7 @@ char const* const commands[] = {
" pamtowinicon", " pamtowinicon",
" pamtoxvmini", " pamtoxvmini",
" pamundice", " pamundice",
" pamunlookup",
" pamvalidate", " pamvalidate",
" pamwipeout", " pamwipeout",
" pbmclean", " pbmclean",
@ -1039,6 +1047,7 @@ char const* const commands[] = {
" ssh", " ssh",
" ssh-add", " ssh-add",
" ssh-agent", " ssh-agent",
" ssh-copy-id",
" ssh-keygen", " ssh-keygen",
" ssh-keyscan", " ssh-keyscan",
" ssha", " ssha",
@ -1091,8 +1100,16 @@ char const* const commands[] = {
" splain", " splain",
" xsubpp", " xsubpp",
" zipdetails", " zipdetails",
"php",
" php",
" php-cgi",
" php-config",
" phpize",
"pick", "pick",
" pick", " pick",
"picolisp",
" picolisp",
" pil",
"pkg-config", "pkg-config",
" pkg-config", " pkg-config",
"play-audio", "play-audio",
@ -1150,6 +1167,8 @@ char const* const commands[] = {
" python2.7", " python2.7",
" python2.7-config", " python2.7-config",
" smtpd.py", " smtpd.py",
"ragel",
" ragel",
"rlwrap", "rlwrap",
" rlwrap", " rlwrap",
"rsync", "rsync",
@ -1184,11 +1203,10 @@ char const* const commands[] = {
"sox", "sox",
" sox", " sox",
" soxi", " soxi",
"speex",
" speexdec",
" speexenc",
"sqlite", "sqlite",
" sqlite3", " sqlite3",
"sshpass",
" sshpass",
"strace", "strace",
" strace", " strace",
" strace-log-merge", " strace-log-merge",
@ -1210,6 +1228,8 @@ char const* const commands[] = {
" tack", " tack",
"tar", "tar",
" tar", " tar",
"taskwarrior",
" task",
"tcl", "tcl",
" tclsh", " tclsh",
" tclsh8.6", " tclsh8.6",
@ -1303,10 +1323,10 @@ char const* const commands[] = {
" wget", " wget",
"x264", "x264",
" x264", " x264",
"xmllint",
" xmllint",
"xmlstarlet", "xmlstarlet",
" xml", " xml",
"xsltproc",
" xsltproc",
"xz-utils", "xz-utils",
" lzcat", " lzcat",
" lzcmp", " lzcmp",

Loading…
Cancel
Save