blob: 498e62915717a9011ba696654089fa44218c070a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>salah.coronya@gmail.com</email>
<name>Christopher Byrne</name>
</maintainer>
<use>
<flag name="libcanberra">Enable sound event support using
<pkg>media-libs/libcanberra-gtk3</pkg>
</flag>
<flag name="perl-legacy">Allows legacy HexChat scripts to work with ZoiteChat</flag>
<flag name="plugin-checksum">Build Checksum plugin (needs plugins)</flag>
<flag name="plugin-fishlim">Build FiSHLiM plugin (needs plugins)</flag>
<flag name="plugin-sysinfo">Build SysInfo plugin (needs plugins)</flag>
<flag name="trayicon">Enable system tray icon</flag>
</use>
<upstream>
<bugs-to>https://github.com/ZoiteChat/zoitechat</bugs-to>
<doc lang="en">https://docs.zoitechat.org/en/latest/</doc>
</upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|