{
 "app_id": "org.satty.Satty",
 "source_url": "https://raw.githubusercontent.com/Satty-org/Satty/main/org.satty.Satty.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "49",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=x11",
  "--device=dri",
  "--filesystem=home",
  "--filesystem=xdg-config/satty:ro",
  "--filesystem=xdg-data/satty:rw",
  "--talk-name=org.freedesktop.portal.Clipboard",
  "--talk-name=org.freedesktop.portal.Secret",
  "--talk-name=org.freedesktop.portal.Screenshot",
  "--talk-name=org.freedesktop.portal.Desktop",
  "--talk-name=org.freedesktop.Notifications",
  "--share=ipc",
  "--share=network"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:01:28.171461+00:00",
 "manifest": {
  "app-id": "org.satty.Satty",
  "runtime": "org.gnome.Platform",
  "runtime-version": "49",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "satty",
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "build-args": [
    "--share=network"
   ],
   "env": {
    "CARGO_HOME": "/run/build/satty/cargo",
    "CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse",
    "RUSTFLAGS": "-C link-arg=-Wl,-z,now"
   }
  },
  "finish-args": [
   "--socket=wayland",
   "--socket=x11",
   "--device=dri",
   "--filesystem=home",
   "--filesystem=xdg-config/satty:ro",
   "--filesystem=xdg-data/satty:rw",
   "--talk-name=org.freedesktop.portal.Clipboard",
   "--talk-name=org.freedesktop.portal.Secret",
   "--talk-name=org.freedesktop.portal.Screenshot",
   "--talk-name=org.freedesktop.portal.Desktop",
   "--talk-name=org.freedesktop.Notifications",
   "--share=ipc",
   "--share=network"
  ],
  "modules": [
   {
    "name": "satty",
    "buildsystem": "simple",
    "build-commands": [
     "cargo build --release --locked --features ci-release",
     "install -Dm755 target/release/satty /app/bin/satty",
     "install -Dm644 satty.desktop /app/share/applications/org.satty.Satty.desktop",
     "install -Dm644 org.satty.Satty.metainfo.xml /app/share/metainfo/org.satty.Satty.metainfo.xml",
     "install -Dm644 assets/satty.svg /app/share/icons/hicolor/scalable/apps/org.satty.Satty.svg",
     "install -Dm644 LICENSE /app/share/licenses/org.satty.Satty/LICENSE",
     "install -Dm644 completions/satty.bash /app/share/bash-completion/completions/satty",
     "install -Dm644 completions/satty.fish /app/share/fish/vendor_completions.d/satty.fish",
     "install -Dm644 completions/satty.elv /app/share/elvish/lib/satty.elv",
     "install -Dm644 completions/satty.nu /app/share/nushell/completions/satty.nu",
     "install -Dm644 man/satty.1 /app/share/man/satty.1",
     "sed -i 's|^Exec=satty|Exec=/app/bin/satty|' /app/share/applications/org.satty.Satty.desktop",
     "sed -i 's|^TryExec=satty|TryExec=/app/bin/satty|' /app/share/applications/org.satty.Satty.desktop",
     "sed -i 's|^Icon=satty|Icon=org.satty.Satty|' /app/share/applications/org.satty.Satty.desktop"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "."
     }
    ]
   }
  ]
 }
}