summaryrefslogtreecommitdiff
path: root/pcr/rtorrent-color/rtorrent-color.install
diff options
context:
space:
mode:
authorAurelien Desbrieres <aurelien@hackers.camp>2014-12-19 18:42:40 +0100
committerAurelien Desbrieres <aurelien@hackers.camp>2014-12-19 18:42:40 +0100
commit5a9d7f349389ea70e03d430b46186ddda98f68a8 (patch)
tree6a20dd732c9ddf92a589918915fcda43562f590c /pcr/rtorrent-color/rtorrent-color.install
parentba43f4fcd2d95db238c728eae98b318de564bf67 (diff)
parente72d299db015781d748003eaf5ac8e5a8126dae9 (diff)
downloadabslibre-5a9d7f349389ea70e03d430b46186ddda98f68a8.tar.gz
abslibre-5a9d7f349389ea70e03d430b46186ddda98f68a8.tar.bz2
abslibre-5a9d7f349389ea70e03d430b46186ddda98f68a8.zip
Ncurses BitTorrent client based on libTorrent with color patch.
Diffstat (limited to 'pcr/rtorrent-color/rtorrent-color.install')
-rw-r--r--pcr/rtorrent-color/rtorrent-color.install27
1 files changed, 27 insertions, 0 deletions
diff --git a/pcr/rtorrent-color/rtorrent-color.install b/pcr/rtorrent-color/rtorrent-color.install
new file mode 100644
index 000000000..fbf2a6f6c
--- /dev/null
+++ b/pcr/rtorrent-color/rtorrent-color.install
@@ -0,0 +1,27 @@
+post_install() {
+ cat << "EOF"
+==>
+==> Set colors using the options below in .rtorrent.rc:
+==> Options: color_inactive_fg, color_inactive_bg, color_dead_fg, color_dead_bg,
+==> color_active_fg, color_active_bg, color_finished_fg, color_finished_bg,
+==>
+==> Colors: 0 = black 1 = red 2 = green 3 = yellow 4 = blue 5 = magenta 6 = cyan 7 = white
+==>
+==> Nice example-config: color_inactive_fg = 4
+==> color_dead_fg = 1
+==> color_active_fg = 3
+==> color_finished_fg = 2
+==>
+==> Explanation:
+==> Inactive: Deactivated torrent
+==> Dead: Active but can't find seeders
+==> Active: Active and downloading
+==> Finished: Download done
+==> If the torrent is highlighted (using bold text) you're uploading data
+==>
+EOF
+}
+
+post_upgrade() {
+ post_install
+}