packaging: add deb/flatpak build flow and desktop metadata

This commit is contained in:
Keith Smith
2026-03-03 20:46:03 -07:00
parent f54c2e9bcd
commit c1c23d115a
10 changed files with 244 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.orbithub.OrbitHub</id>
<name>OrbitHub</name>
<summary>Unified remote session manager for SSH and RDP</summary>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<description>
<p>OrbitHub is a native desktop app for organizing connection profiles and launching SSH and RDP sessions in one tabbed interface.</p>
</description>
<launchable type="desktop-id">io.orbithub.OrbitHub.desktop</launchable>
<url type="homepage">https://git.firebugit.com/ksmith/orbithub</url>
<provides>
<binary>orbithub</binary>
</provides>
</component>