Skip to content

Commit b8531e3

Browse files
committed
Fix conf-texlive on macos
Signed-off-by: Marcello Seri <[email protected]>
1 parent da0f198 commit b8531e3

File tree

1 file changed

+27
-0
lines changed
  • packages/conf-texlive/conf-texlive.2

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
opam-version: "2.0"
2+
maintainer: "https://github.com/ocaml/opam-repository/issues"
3+
homepage: "http://tug.org/texlive/"
4+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
5+
authors: "TeX Users Group"
6+
license: "LaTeX Project Public License and GPL-2"
7+
build: ["pdflatex" "-version"]
8+
depexts: [
9+
["texlive-latex-base"] {os-family = "debian"}
10+
["texlive-latex-base"] {os-family = "ubuntu"}
11+
["texlive-latex"] {os-family = "fedora"}
12+
["texlive-latex"] {os-distribution = "rhel"}
13+
["texlive-latex"] {os-distribution = "ol"}
14+
["texlive-latex-bin-bin"] {os-distribution = "ol" & os-version < "8"}
15+
["texlive-latex"] {os-distribution = "centos"}
16+
["texlive-latex-bin-bin"] {os-distribution = "centos" & os-version < "8"}
17+
["texlive"] {os-family = "alpine"}
18+
["texlive-latex-bin-bin"] {os-family = "suse" | os-family = "opensuse"}
19+
["texlive-core"] {os-family = "arch"}
20+
["tex-formats"] {os = "freebsd"}
21+
["texlive"] {os-distribution = "homebrew" & os = "macos"}
22+
["texlive"] {os-distribution = "macports" & os = "macos"}
23+
]
24+
synopsis: "Virtual package relying on texlive / pdflatex"
25+
description:
26+
"This package can only install if the pdflatex binary is installed on the system."
27+
flags: conf

0 commit comments

Comments
 (0)