cockpit/metainfo: add basic metainfo file
This is almost a straight copy from the cockpit-composer repo.
This commit is contained in:
parent
a01bc0d1de
commit
926ce465da
1 changed files with 18 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="addon">
|
||||||
|
<id>org.image-builder.cockpit-image-builder</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<name>Image Builder</name>
|
||||||
|
<summary>
|
||||||
|
Build customized operating system images
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
Image Builder can generate custom images suitable for deploying
|
||||||
|
systems, or as images ready to upload to the cloud.
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
<extends>org.cockpit_project.cockpit</extends>
|
||||||
|
<url type="homepage">https://github.com/osbuild/image-builder-frontend/</url>
|
||||||
|
<launchable type="cockpit-manifest">cockpit-image-builder</launchable>
|
||||||
|
</component>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue