diff options
Diffstat (limited to 'package/zsh/Config.in')
-rw-r--r-- | package/zsh/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/zsh/Config.in b/package/zsh/Config.in new file mode 100644 index 0000000000..fd63aa9190 --- /dev/null +++ b/package/zsh/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_ZSH + bool "zsh" + select BR2_PACKAGE_NCURSES + help + zsh is a shell designed for interactive use, although it is also + a powerful scripting language. Many of the useful features of bash, + ksh, and tcsh were incorporated into zsh; many original features + were added. + + http://zsh.sourceforge.net/ |