Create the basic boilerplate for the Meson build

This commit is contained in:
Conzer 2024-12-03 13:36:11 -05:00
parent b700e294b4
commit 63034431b9
5 changed files with 83 additions and 1 deletions

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>app.hackclub.conzie.Jot</id>
<name>Jot</name>
<summary>An elegant notes application</summary>
<description>
<p>
Jot is a lightweight and elegant notes application.
</p>
<p>
Features include:
<ul>
<li>Basic Text editing</li>
<li>Markdown support</li>
<li>Search and organization</li>
</ul>
</p>
</description>
<launchable type="desktop-id">app.hackclub.conzie.Jot.desktop</launchable>
</component>

View file

@ -0,0 +1,11 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Jot
GenericName=Notes
Comment=Simple and elegant notes Application
Exec=Jot
Icon=app.hackclub.conzie.Jot
Terminal=false
Categories=Utility;
StartupNotify=true