diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-30 01:35:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-01 07:32:18 +0700 |
commit | edf87bf646eab6de16fc708c89cd417ae8701937 (patch) | |
tree | a67b13e97b02b73f8200cbe70e8e856c041639d6 /network/irssi-python/slack-desc | |
parent | eeb023ea8841ca64d9aad7b1d7a65df0c4eb0cd3 (diff) |
network/irssi-python: Added (Python2 scripting support for irssi).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/irssi-python/slack-desc')
-rw-r--r-- | network/irssi-python/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/irssi-python/slack-desc b/network/irssi-python/slack-desc new file mode 100644 index 0000000000000..a3607849ee1c6 --- /dev/null +++ b/network/irssi-python/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +irssi-python: irssi-python (Python2 scripting support for irssi) +irssi-python: +irssi-python: irssi-python embeds Python into an Irssi module, providing most +irssi-python: of the functionality of the Perl wrapper to Python scripts using a +irssi-python: similar interface. +irssi-python: After the package is installed, you can test it from within irssi +irssi-python: by running "/load python". If this works OK, you can configure irssi +irssi-python: to always load the module with a command like: +irssi-python: $ echo 'load python' >> ~/.irssi/startup +irssi-python: +irssi-python: This package was built for irssi-@IRSSI_VER@. |