--- document: modulemd version: 2 data: summary: Archive manager description: >- Ark is a program for managing various archive formats. Archives can be viewed, extracted, created and modified from within Ark. The program can handle various formats such as tar, gzip, bzip2, zip, rar and lha (if appropriate command-line programs are installed). license: module: - MIT buildopts: arches: [aarch64, x86_64] rpms: macros: | %_without_gui 1 dependencies: - buildrequires: flatpak-kde5-runtime: [f38] platform: [f38] requires: flatpak-kde5-runtime: [f38] platform: [f38] profiles: default: rpms: - ark # soft dependencies - arj - p7zip-plugins - unrar - unar components: rpms: ark: rationale: Application package ref: f38 buildorder: 100 arches: [aarch64, x86_64] arj: rationale: Runtime dependency ref: f38 arches: [aarch64, x86_64] gnustep-base: rationale: Runtime dependency of unar ref: f38 buildorder: 10 arches: [aarch64, x86_64] gnustep-make: rationale: Devel dependency of gnustep-base ref: f38 buildonly: true arches: [aarch64, x86_64] p7zip: rationale: Runtime dependency ref: f38 arches: [aarch64, x86_64] unar: rationale: Runtime dependency ref: f38 buildorder: 20 arches: [aarch64, x86_64] unrar-free: rationale: Runtime dependency ref: f38 arches: [aarch64, x86_64] ...