summaryrefslogtreecommitdiffstats
path: root/package/ranger/Config.in
diff options
context:
space:
mode:
authorThijs Vermeir <thijsvermeir@gmail.com>2015-10-21 21:09:18 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-10-22 22:49:46 +0200
commitdb98c3f6c5a27f3cb4b73ad2ad1b766ea38eaf27 (patch)
tree6a50c66f1305a0cecb38b7f7e0dff2e38882b84f /package/ranger/Config.in
parent19ff7cf7a6ac4396198c44d1cd3ebc3bfaa5a448 (diff)
downloadbuildroot-db98c3f6c5a27f3cb4b73ad2ad1b766ea38eaf27.tar.gz
buildroot-db98c3f6c5a27f3cb4b73ad2ad1b766ea38eaf27.zip
python-ranger: new package
ranger is a console file manager with VI key bindings. It provides a minimalistic and nice curses interface with a view on the directory hierarchy. It ships with "rifle", a file launcher that is good at automatically finding out which program to use for what file type. http://ranger.nongnu.org Signed-off-by: Thijs Vermeir <thijsvermeir@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ranger/Config.in')
-rw-r--r--package/ranger/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/ranger/Config.in b/package/ranger/Config.in
new file mode 100644
index 0000000000..9a2c60cbe9
--- /dev/null
+++ b/package/ranger/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_RANGER
+ bool "ranger"
+ depends on BR2_USE_MMU # python3
+ depends on BR2_TOOLCHAIN_HAS_THREADS # python3
+ depends on !BR2_STATIC_LIBS # python3
+ select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON_CURSES if BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON3_CURSES if BR2_PACKAGE_PYTHON3
+ help
+ ranger is a console file manager with VI key bindings. It provides a
+ minimalistic and nice curses interface with a view on the directory hierarchy.
+ It ships with "rifle", a file launcher that is good at automatically finding
+ out which program to use for what file type.
+
+ http://ranger.nongnu.org
OpenPOWER on IntegriCloud