mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
25 lines
675 B
XML
25 lines
675 B
XML
<?xml version="1.0"?>
|
|
|
|
<utility xmlns="http://www.github/cliffe/SecGen/utility"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.github/cliffe/SecGen/utility">
|
|
<name>WeeChat IRC Client (Console)</name>
|
|
<author>Z. Cliffe Schreuders</author>
|
|
<module_license>MIT</module_license>
|
|
<description>Installs WeeChat, a nice looking console IRC client</description>
|
|
|
|
<type>irc_client</type>
|
|
<platform>linux</platform>
|
|
|
|
<software_name>weechat</software_name>
|
|
<software_license>GPL</software_license>
|
|
|
|
<conflict>
|
|
<name>Stretch</name>
|
|
</conflict>
|
|
|
|
<requires>
|
|
<type>update</type>
|
|
</requires>
|
|
</utility>
|