flatpak-manifest-generator

Solid

Generate Flatpak manifest with proper permissions and sandboxing

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
64
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# flatpak-manifest-generator Generate Flatpak manifests with proper permissions, sandboxing, and Flathub compatibility. ## Capabilities - Generate YAML/JSON manifests - Configure sandbox permissions - Set up build modules - Configure finish-args - Set up Flathub submission - Handle extensions ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string" }, "appId": { "type": "string" }, "runtime": { "type": "string" }, "permissions": { "type": "array" } }, "required": ["projectPath", "appId"] } ``` ## Manifest Example ```yaml app-id: com.example.MyApp runtime: org.freedesktop.Platform runtime-version: '23.08' sdk: org.freedesktop.Sdk command: myapp finish-args: - --share=ipc - --socket=x11 - --socket=wayland - --device=dri - --share=network - --filesystem=home modules: - name: myapp buildsystem: simple build-commands: - install -D myapp /app/bin/myapp sources: - type: archive url: https://example.com/myapp-1.0.0.tar.gz sha256: abc123... ``` ## Build Commands ```bash flatpak-builder build-dir com.example.MyApp.yaml flatpak-builder --install --user build-dir com.example.MyApp.yaml ``` ## Related Skills - `snap-yaml-generator` - `appimage-builder`

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills