32 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>rexerton.rexy@tutamail.com</email>
<name>rexy712</name>
</maintainer>
<upstream>
<remote-id type="github">electron/electron</remote-id>
<bugs-to>https://github.com/electron/electron/issues</bugs-to>
<doc>https://electronjs.org/docs</doc>
</upstream>
<longdescription lang="en">
Electron is an open source library developed by GitHub
for building cross-platform desktop applications with
HTML, CSS, and JavaScript. Electron accomplishes this
by combining Chromium and Node.js into a single runtime
and apps can be packaged for Mac, Windows, and Linux.
</longdescription>
<use>
<flag name="component-build">Split build into more shared libraries to speed up linking. Mostly intended for debugging and development</flag>
<flag name="gconf">Use gnome-base/gconf</flag>
<flag name="jumbo-build">Combine source files to speed up build process</flag>
<flag name="proprietary-codecs">Enable proprietary codecs like H.264, MP3</flag>
<flag name="suid">Build the SUID sandbox, which is only needed on CONFIG_USER_NS=n kernels</flag>
<flag name="system-ffmpeg">Use system ffmpeg instead of the bundled one</flag>
<flag name="system-libvpx">Use system libvpx instead of the bundled one</flag>
<flag name="system-ssl">Use system ssl instead of the bundled one</flag>
<flag name="tcmalloc">Use bundled tcmalloc instead of system malloc</flag>
</use>
</pkgmetadata>