blob: 107009d6832b8aab4d810c60046b3ebf09b4f0c3 (
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>chewi@gentoo.org</email>
<name>James Le Cuirot</name>
</maintainer>
<longdescription>
This ebuild installs common files for the Steam environment,
like bootstrap archive and icons, but not the client itself.
</longdescription>
<upstream>
<bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
</upstream>
<use>
<flag name="desktop-portal">Enable desktop integration, e.g. for file pickers</flag>
<flag name="dialogs">Support additional dialogs before the client starts</flag>
<flag name="steamruntime">Use the official Steam runtime libraries</flag>
<flag name="steamvr">Enable SteamVR virtual reality support</flag>
<flag name="trayicon">Enable system tray icon</flag>
</use>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|