{
 "app_id": "io.github.typst_community.utpm",
 "source_url": "https://raw.githubusercontent.com/typst-community/utpm/main/packaging/flatpak/io.github.typst_community.utpm.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "23.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=network",
  "--filesystem=home"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T13:03:48.309672+00:00",
 "manifest": {
  "app-id": "io.github.typst_community.utpm",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "23.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "utpm",
  "finish-args": [
   "--share=network",
   "--filesystem=home"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/utpm/cargo"
   }
  },
  "modules": [
   {
    "name": "utpm",
    "buildsystem": "simple",
    "build-commands": [
     "cargo --offline fetch --manifest-path Cargo.toml --verbose",
     "cargo --offline build --release --verbose",
     "install -Dm755 ./target/release/utpm -t /app/bin/"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/typst-community/utpm.git",
      "tag": "v0.3.0"
     },
     {
      "type": "file",
      "path": "Cargo.lock"
     }
    ]
   }
  ]
 }
}