summaryrefslogtreecommitdiff
path: root/app-emulation/darling/metadata.xml
blob: 87430e06c29aab3ee209d2fac5cdf4ffe2880c6f (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?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>