Files
guru/app-emulation/darling/metadata.xml
Abishek Jakkala 46c5b85f30 app-emulation/darling: update SRC_URI
Signed-off-by: Abishek Jakkala <thysupremematrix@tuta.io>
2026-03-15 13:13:53 +00:00

48 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>thysupremematrix@tuta.io</email>
<name>Abishek Jakkala</name>
</maintainer>
<upstream>
<remote-id type="github">darlinghq/darling</remote-id>
<bugs-to>https://github.com/darlinghq/darling/issues</bugs-to>
<changelog>https://github.com/darlinghq/darling/releases</changelog>
</upstream>
<longdescription>
Darling is a runtime environment for macOS applications that
supports most command line tools and some GUI applications
for macOS.
</longdescription>
<use>
<!-- Descriptions taken from https://docs.darlinghq.org/build-instructions.html -->
<flag name="system">Includes core and everything necessary to enter a shell</flag>
<flag name="cli">
Includes system and most standalone command-line programs (i.e. those that don't
require additional runtimes or complex frameworks/libraries)
</flag>
<flag name="cli-dev">
Includes cli, python, ruby, and perl, along with some additional targets normally
regarded as GUI targets. These additional targets are necessary for certain parts
of the Xcode CLI tools.
</flag>
<flag name="cli-extra">Includes cli and some additional programs not installed on a standard macOS installation (e.g. GNU tar)</flag>
<flag name="gui">
Includes system and everything necessary to run basic Cocoa, Metal, and OpenGL apps.
Note that only includes the minimum required for GUI applications; most applications
will also require additional frameworks (e.g. audio, video, location, etc.)
</flag>
<flag name="gui-frameworks">
Includes gui and many GUI-related frameworks depended upon by Cocoa apps (e.g. audio
frameworks). Note that this component only includes non-stub frameworks.
</flag>
<flag name="gui-stubs">Includes gui_frameworks and many stubbed GUI-related frameworks.</flag>
<flag name="jsc">Enabled support for a framework used for executing JavaScript code, primarily in web browsers.</flag>
<flag name="metal">Enable support for the Metal graphics framework</flag>
</use>
</pkgmetadata>