Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Profanity"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
|Homepage=http://www.profanity.im | |Homepage=http://www.profanity.im | ||
}} | }} | ||
Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi | Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi. | ||
== Installing latest release version: == | |||
emerge profanity | <console> | ||
###i## emerge profanity | |||
</console> | |||
Profanity can be linked with either libxml2 or expat libraries. By default expat is used, set the xml flag to link with libxml2. | Profanity can be linked with either libxml2 or expat libraries. By default expat is used, set the xml flag to link with libxml2. | ||
== Installing development/live version: == | |||
To install latest development version, add net-im/profanity to the package.keywords and package.unmask file: | 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 | <console> | ||
echo "=net-im/profanity-9999" >> /etc/portage/package.unmask | ###i## echo "=net-im/profanity-9999 **" >> /etc/portage/package.keywords | ||
emerge =net-im/profanity-9999 | </console> | ||
<console> | |||
###i## echo "=net-im/profanity-9999" >> /etc/portage/package.unmask | |||
</console> | |||
<console> | |||
###i## emerge =net-im/profanity-9999 | |||
</console> | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Latest revision as of 14:35, 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.
Installing latest release version:
root # 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.
Installing development/live version:
To install latest development version, add net-im/profanity to the package.keywords and package.unmask file:
root # echo "=net-im/profanity-9999 **" >> /etc/portage/package.keywords
root # echo "=net-im/profanity-9999" >> /etc/portage/package.unmask
root # emerge =net-im/profanity-9999