File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
packages/conf-qemu-img/conf-qemu-img.1 Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "https://github.com/ocaml/opam-repository/issues"
3+ homepage: "https://gitlab.com/qemu-project/qemu/"
4+ bug-reports: "https://github.com/ocaml/opam-repository/issues"
5+ authors: "Fabrice Bellard and the QEMU team"
6+ license: "GPL-2.0-only"
7+ build: ["qemu-img" "--version"]
8+ depexts: [
9+ ["qemu-utils"] {os-family = "debian"}
10+ ["qemu-utils"] {os-family = "ubuntu"}
11+ ["qemu-img"] {os-family = "fedora"}
12+ ["qemu-img"] {os-distribution = "rhel"}
13+ ["epel-release" "qemu-img"] {os-distribution = "centos"}
14+ ["qemu-img"] {os-distribution = "alpine"}
15+ ["qemu-img"] {os-family = "suse" | os-family = "opensuse"}
16+ ["qemu-img"] {os-distribution = "arch"}
17+ ["qemu"] {os = "macos" & os-distribution = "homebrew"}
18+ ["qemu"] {os = "freebsd"}
19+ ]
20+ synopsis: "Virtual package relying on qemu-img"
21+ description:
22+ "This package can only install if the qemu-img binary is installed on the system."
23+ flags: conf
You can’t perform that action at this time.
0 commit comments