{
 "app_id": "io.gitlab.ilshat_apps.gitpulsar",
 "source_url": "https://raw.githubusercontent.com/flathub/io.gitlab.ilshat_apps.gitpulsar/master/io.gitlab.ilshat_apps.gitpulsar.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=ssh-auth",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=home"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T16:12:40.231493+00:00",
 "manifest": {
  "app-id": "io.gitlab.ilshat_apps.gitpulsar",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "gitpulsar-gtk",
  "finish-args": [
   "--share=network",
   "--filesystem=home",
   "--socket=ssh-auth",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/gitpulsar/cargo",
    "CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse"
   }
  },
  "modules": [
   {
    "name": "git",
    "make-args": [
     "NO_TCLTK=1",
     "INSTALL_SYMLINKS=1"
    ],
    "make-install-args": [
     "NO_TCLTK=1",
     "INSTALL_SYMLINKS=1"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.48.1.tar.xz",
      "sha256": "1c5d545f5dc1eb51e95d2c50d98fdf88b1a36ba1fa30e9ae5d5385c6024f82ad"
     }
    ]
   },
   {
    "name": "gitpulsar",
    "buildsystem": "simple",
    "build-options": {
     "env": {
      "CARGO_HOME": "/run/build/gitpulsar/cargo"
     }
    },
    "build-commands": [
     "mkdir -p .cargo\ncat > .cargo/config.toml <<CONF\n[source.crates-io]\nreplace-with = \"vendored-sources\"\n[source.vendored-sources]\ndirectory = \"cargo/vendor\"\nCONF\n",
     "cargo --offline build --release --verbose",
     "install -Dm755 target/release/gitpulsar-gtk /app/bin/gitpulsar-gtk",
     "install -Dm644 data/io.gitlab.ilshat_apps.gitpulsar.desktop /app/share/applications/io.gitlab.ilshat_apps.gitpulsar.desktop",
     "install -Dm644 data/io.gitlab.ilshat_apps.gitpulsar.metainfo.xml /app/share/metainfo/io.gitlab.ilshat_apps.gitpulsar.metainfo.xml",
     "install -Dm644 data/icons/hicolor/scalable/apps/io.gitlab.ilshat_apps.gitpulsar.svg /app/share/icons/hicolor/scalable/apps/io.gitlab.ilshat_apps.gitpulsar.svg",
     "for icon in data/icons/hicolor/scalable/actions/*.svg; do\n  install -Dm644 \"$icon\" \"/app/share/icons/hicolor/scalable/actions/$(basename $icon)\"\ndone\n"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.com/ilshat-apps/gitpulsar.git",
      "tag": "v1.3.3",
      "commit": "924a1aa0fda48943268708fda53095aa7928fc92"
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}