1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"name": "Latex2html",
"description": "LaTeX-to-HTML translator",
"url": "http://mirrors.ctan.org/support/latex2html/latex2html-2018.tar.gz",
"mirror": "https://ftp.gnome.org/mirror/CTAN/support/latex2html/latex2html-2018.tar.gz",
"homepage": "https://www.ctan.org/pkg/latex2html",
"depends": [
{
"depend": "ghostscript",
"build-depend": false
},
{
"depend": "netpbm",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\",",
"\"--without-mktexlsr\",",
"\"--with-texpath=#{share}/texmf/tex/latex/html\"",
"system \"make\", \"install\""
],
"version": "2018",
"file": "latex2html.rb"
}
|