fix: cockpit-sensors with correty base project

This commit is contained in:
Cristopfer Luis Viana da Silva 2024-02-05 11:26:28 -03:00
parent f9f2da6974
commit 57ad28ed58
13 changed files with 440 additions and 78 deletions

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>org.cockpit_project.sensors</id>
<metadata_license>CC0-1.0</metadata_license>
<name>Sensors</name>
<summary>Sensors cockpit module</summary>
<description>
<p>
Sensors cockpit module
</p>
</description>
<extends>org.cockpit_project.cockpit</extends>
<launchable type="cockpit-manifest">sensors</launchable>
<url type="homepage">https://github.com/ocristopfer/cockpit-sensors</url>
<url type="bugtracker">https://github.com/ocristopfer/cockpit-sensors/issues</url>
<update_contact>cockpit-devel_AT_lists.fedorahosted.org</update_contact>
</component>