aboutsummaryrefslogtreecommitdiff
blob: 52df334c408f7656aa605a33b727cabd3362f65a (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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<name>Jonas Frei</name>
		<email>freijon@pm.me</email>
	</maintainer>
	<longdescription lang="en">
		fs2_open is the game enginge of the FreeSpace2 Source Code Project.
		This package is not the complete game, but rather the game engine
		that runs the game. The game data files have to be installed
		manually.
	</longdescription>
	<upstream>
		<remote-id type="github">scp-fs2open/fs2open.github.com</remote-id>
		<bugs-to>https://github.com/scp-fs2open/fs2open.github.com/issues</bugs-to>
	</upstream>
	<use>
		<flag name="clang">Use Clang compiler instead of GCC</flag>
		<flag name="debug">Debug build to collect logfiles</flag>
		<flag name="discord">Enable Discord RPC support</flag>
	</use>
</pkgmetadata>