gitg/gitg.yaml
Yaakov Selkowitz f54fbfafc3 Update to F38
2023-04-10 23:25:32 -04:00

51 lines
1.1 KiB
YAML

---
document: modulemd
version: 2
data:
summary: GTK+ graphical interface for the git revision control system
description: >-
gitg is the GNOME GUI client to view git repositories.
license:
module:
- MIT
dependencies:
- buildrequires:
flatpak-common: [f38]
flatpak-runtime: [f38]
platform: [f38]
requires:
flatpak-common: [f38]
flatpak-runtime: [f38]
platform: [f38]
profiles:
default:
rpms:
- gitg
buildopts:
arches: [aarch64, x86_64]
components:
rpms:
gitg:
rationale: Application package
ref: f38
buildorder: 10
arches: [aarch64, x86_64]
http-parser:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
libgit2:
rationale: Runtime dependency
ref: f38
buildorder: 1
arches: [aarch64, x86_64]
libgit2-glib:
rationale: Runtime dependency
ref: f38
buildorder: 2
arches: [aarch64, x86_64]
libssh2:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
...