File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
packages/conf-povray/conf-povray.1 Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "https://github.com/fccm2"
3+ homepage: "https://www.povray.org/"
4+ authors: [ "David Kirk Buck" "Aaron A. Collins" "Alexander Enzmann" "The POV-Team" ]
5+ bug-reports: "https://github.com/ocaml/opam-repository/issues"
6+ license: "AGPL-3.0-or-later"
7+ synopsis: "Virtual package relying on a povray system installation"
8+ description: """
9+ This package checks if povray is installed on the system.
10+ """
11+ depexts: [
12+ ["povray"] {os-family = "debian"}
13+ ["povray"] {os-family = "ubuntu"}
14+ ["povray"] {os-distribution = "arch"}
15+ ["povray"] {os-distribution = "fedora"}
16+ ["povray"] {os-family = "suse" | os-family = "opensuse"}
17+ ["povray"] {os = "macos" & os-distribution = "homebrew"}
18+ ["povray37"] {os = "freebsd"}
19+ ]
20+ build: [
21+ ["sh" "-c" "povray --version"] {os != "freebsd"}
22+ ["sh" "-c" "povray37 --version"] {os = "freebsd"}
23+ ]
24+ flags: conf
You can’t perform that action at this time.
0 commit comments