Skip to content

Commit dbda9c2

Browse files
authored
Merge pull request #27890 from fccm2/conf-povray
Create opam conf-file for povray
2 parents 584630e + b37a1ab commit dbda9c2

File tree

1 file changed

+24
-0
lines changed
  • packages/conf-povray/conf-povray.1

1 file changed

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

0 commit comments

Comments
 (0)