SlackBuildsOrg/network/sic
B. Watson 4b94d964b2
network/sic: Updated for version 1.2+20210506_058547e.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-10-13 00:52:25 +07:00
..
patches network/sic: Updated for version 1.2+20210506_058547e. 2021-10-13 00:52:25 +07:00
git2tarxz.sh network/sic: Updated for version 1.2+20210506_058547e. 2021-10-13 00:52:25 +07:00
README network/sic: Updated for version 1.2+20210506_058547e. 2021-10-13 00:52:25 +07:00
sic.info network/sic: Updated for version 1.2+20210506_058547e. 2021-10-13 00:52:25 +07:00
sic.SlackBuild network/sic: Updated for version 1.2+20210506_058547e. 2021-10-13 00:52:25 +07:00
slack-desc network/sic: Updated for version 1.2+20210506_058547e. 2021-10-13 00:52:25 +07:00

sic (simple irc client from suckless.org)

sic is an extremely simple IRC client. It consists of less than 250
lines of code.

You can control the build via environment variables:

IRCHOST - sets the default IRC server (default: irc.oftc.net).
IRCPORT - sets the default port (default: 6667).
SLASH - set SLASH=yes to change the command prefix from a colon (:) to
        a slash (/), to make sic work more like other IRC clients.

For even finer-grained control, you can copy config.def.h from the
sic source to config.h in the SlackBuild directory, and edit it before
building.

If you want to apply any patches to the sic source, see patches/README
for instructions.