Difference between revisions of "Package:Profanity"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{Ebuild |Summary=Ncurses based jabber client inspired by irssi |CatPkg=net-im/profanity |Maintainer=damex |Homepage=http://www.profanity.im }} teh docs {{EbuildFooter}}")
 
Line 5: Line 5:
|Homepage=http://www.profanity.im
|Homepage=http://www.profanity.im
}}
}}
teh docs
Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi
 
Install the package:
 
emerge profanity
 
Profanity can be linked with either libxml2 or expat libraries. By default expat is used, set the xml flag to link with libxml2.
 
To install latest development version, add net-im/profanity to the package.keywords and package.unmask file:
 
echo "=net-im/profanity-9999 **" >> /etc/portage/package.keywords
echo "=net-im/profanity-9999" >> /etc/portage/package.unmask
emerge =net-im/profanity-9999
 
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 14:31, September 14, 2014

Profanity

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi

Install the package:

emerge profanity

Profanity can be linked with either libxml2 or expat libraries. By default expat is used, set the xml flag to link with libxml2.

To install latest development version, add net-im/profanity to the package.keywords and package.unmask file:

echo "=net-im/profanity-9999 **" >> /etc/portage/package.keywords echo "=net-im/profanity-9999" >> /etc/portage/package.unmask emerge =net-im/profanity-9999