Browse Source

command-not-found: Update with new packages

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

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

@ -1150,6 +1150,8 @@ char const* const commands[] = {
" pstree",
"pv",
" pv",
"pwgen",
" pwgen",
"python",
" 2to3",
" 2to3-3.5",
@ -1270,6 +1272,9 @@ char const* const commands[] = {
" tmux",
"toilet",
" toilet",
"tracepath",
" tracepath",
" tracepath6",
"transmission",
" transmission-cli",
" transmission-create",
@ -1315,6 +1320,9 @@ char const* const commands[] = {
" vtshowkeys",
" vtsize",
" vttitle",
"w3m",
" w3m",
" w3mman",
"wcalc",
" wcalc",
"weechat",
@ -1355,6 +1363,8 @@ char const* const commands[] = {
" vsyasm",
" yasm",
" ytasm",
"zile",
" zile",
"zip",
" zip",
" zipcloak",

Loading…
Cancel
Save