aboutsummaryrefslogtreecommitdiff
path: root/extra/linux/org.alacritty.Alacritty.appdata.xml
blob: e99ab8d459d2ed92bf50240309da74a1a613f90a (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
48
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-License-Identifier: MIT -->
<component type="desktop-application">
  <id>org.alacritty.Alacritty</id>

  <developer_name>Christian Duerr</developer_name>
  <developer id="org.alacritty">
    <name>Christian Duerr</name>
  </developer>

  <name>Alacritty</name>

  <project_license>Apache-2.0</project_license>
  <metadata_license>MIT</metadata_license>

  <summary>A cross-platform, OpenGL terminal emulator</summary>
  <description>
    <p>
      Alacritty is a modern terminal emulator that comes with sensible defaults,
      but allows for extensive configuration. By integrating with other
      applications, rather than reimplementing their functionality, it manages
      to provide a flexible set of features with high performance.
    </p>
    <ul>
      <li>Wayland native</li>
      <li>X11 native</li>
      <li>DE agnostic</li>
    </ul>
  </description>

  <categories>
    <category>TerminalEmulator</category>
  </categories>

  <screenshots>
    <screenshot type="default">
      <image>https://raw.githubusercontent.com/alacritty/alacritty/0a1e735cf6b13da1dbe5d161d17c8aa6c1692204/extra/promo/alacritty-readme.png</image>
      <caption>Alacritty with default theme showing neovim</caption>
    </screenshot>
  </screenshots>

  <url type="homepage">https://github.com/alacritty/alacritty</url>
  <url type="bugtracker">https://github.com/alacritty/alacritty/issues</url>

  <launchable type="desktop-id">Alacritty.desktop</launchable>

  <content_rating type="oars-1.0" />
</component>