mirror of https://github.com/KLayout/klayout.git
Add klayout.metainfo.xml metadata file
This commit is contained in:
parent
3f8090b3fd
commit
11ea9f9a2d
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>de.klayout.KLayout</id>
|
||||
|
||||
<name>KLayout</name>
|
||||
<summary>KLayout, viewer and editor for mask layouts</summary>
|
||||
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
|
||||
<description>
|
||||
<p>
|
||||
Mask layout viewer and editor for the chip design engineer.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<launchable type="desktop-id">klayout.desktop</launchable>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://www.klayout.de/intro-image.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
<developer_name>Matthias Köfferlein</developer_name>
|
||||
<provides>
|
||||
<binary>klayout</binary>
|
||||
</provides>
|
||||
</component>
|
||||
Loading…
Reference in New Issue