Init empty project

This commit is contained in:
Simon Kobyda 2020-01-07 16:50:41 +01:00
parent d9a67b1f86
commit 3a5489ce00
10 changed files with 22 additions and 164 deletions

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>org.cockpit_project.starter_kit</id>
<metadata_license>CC0-1.0</metadata_license>
<name>Starter Kit</name>
<summary>
Scaffolding for a cockpit module.
</summary>
<description>
<p>
Scaffolding for a cockpit module.
</p>
</description>
<extends>org.cockpit_project.cockpit</extends>
<launchable type="cockpit-manifest">cockpit-starter-kit</launchable>
</component>