Skip to content

Commit 11859fd

Browse files
last-geniusmserihannesm
authored
Add conf-qemu-img (#27931)
* Add conf-qemu-img Signed-off-by: Andrii Sultanov <[email protected]> * Apply suggestions from code review Co-authored-by: Hannes Mehnert <[email protected]> --------- Signed-off-by: Andrii Sultanov <[email protected]> Co-authored-by: Marcello Seri <[email protected]> Co-authored-by: Hannes Mehnert <[email protected]>
1 parent ca82381 commit 11859fd

File tree

1 file changed

+23
-0
lines changed
  • packages/conf-qemu-img/conf-qemu-img.1

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

0 commit comments

Comments
 (0)