summaryrefslogtreecommitdiff
blob: 6c3a836f26156d010558f73eee9b5bf771b578df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>antivirus@gentoo.org</email>
		<name>Gentoo Antivirus Project</name>
	</maintainer>
	<maintainer type="person">
		<!-- for the LTS 0.103.x branch only -->
		<email>mjo@gentoo.org</email>
	</maintainer>
	<maintainer type="person">
		<email>kangie@gentoo.org</email>
		<name>Matt Jolly</name>
	</maintainer>
	<use>
		<flag name="clamapp">
			Build applications (clamscan, clamd, clamdscan, clamonacc (also has its own USE flag), sigtool, clambc, clamav-milter (also requires milter USE flag), clamdtop, clamsubmit, clamconf).
		</flag>
		<flag name="clamdtop">A Top like tool which shows what clamd is currently scanning amongst other things</flag>
		<flag name="clamonacc">Build the clamonacc on-access scanner</flag>
		<flag name="clamsubmit">A tool to submit false positives / negatives</flag>
		<flag name="experimental">Enable experimental features</flag>
		<flag name="libclamav-only">Bypass building of libfreshclam and the ClamAV CLI applications.</flag>
		<flag name="metadata-analysis-api">Enables collection of file property metadata using ClamAV API for analysis by ClamAV bytecode programs.</flag>
		<flag name="rar">RAR support</flag>
		<flag name="system-mspack">Use <pkg>dev-libs/libmspack</pkg> instead of the version bundled with ClamAV</flag>
		<flag name="xml">DMG and XAR support</flag>
	</use>
	<upstream>
		<remote-id type="github">Cisco-Talos/clamav</remote-id>
	</upstream>
</pkgmetadata>