-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathorg.flatpak.Builder.metainfo.xml
50 lines (48 loc) · 1.93 KB
/
org.flatpak.Builder.metainfo.xml
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
49
50
<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
<id>org.flatpak.Builder</id>
<name>Flatpak Builder Flatpak</name>
<summary>Flatpak Builder Flatpak (org.flatpak.Builder)</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-2.1-only AND MIT</project_license>
<developer id="org.flatpak">
<name>Flatpak and Flathub contributors</name>
</developer>
<url type="homepage">https://github.com/flathub/org.flatpak.Builder</url>
<url type="bugtracker">https://github.com/flathub/org.flatpak.Builder/issues</url>
<url type="contribute">https://github.com/flathub/org.flatpak.Builder</url>
<url type="vcs-browser">https://github.com/flathub/org.flatpak.Builder</url>
<provides>
<binary>flatpak</binary>
<binary>flatpak-builder</binary>
<binary>flat-manager-client</binary>
<binary>flatpak-builder-lint</binary>
</provides>
<content_rating type="oars-1.1"/>
<description>
<p>
This package provides a Flatpak copy of Flatpak Builder. This is
primarily meant to be used for Flathub submissions and
infrastructure and as such will follow the requirements of
Flathub, but it can be useful for general use as well.
It also includes some other tools such as flat-manager-client and
flatpak-builder-lint.
</p>
<p>
Please refer to the Flathub submission docs on how to use this to
build Flatpaks for Flathub: https://docs.flathub.org/docs/for-app-authors/submission#build-and-install
</p>
<p>
The package is continuously updated and deployed from the master
branch of the manifest repository. Refer to the manifest to check
the latest versions of the included components.
</p>
<p>
Please refer to the individual components for details about their
respective licenses.
</p>
</description>
<releases>
<release version="v0-Flathub" date="2025-02-12" />
</releases>
</component>