Skip to content

Commit f6313c8

Browse files
authored
Create opam conf-file for povray
1 parent 999bff3 commit f6313c8

File tree

1 file changed

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

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
depends: [ ]
12+
depexts: [
13+
["povray"] {os-family = "debian"}
14+
["povray"] {os-family = "ubuntu"}
15+
]
16+
build: [
17+
["sh" "-c" "which povray"]
18+
]
19+
flags: conf

0 commit comments

Comments
 (0)