1 | |
---|
2 | PortSystem 1.0 |
---|
3 | |
---|
4 | name ocaml-info |
---|
5 | version 4.00 |
---|
6 | license Permissive |
---|
7 | platforms darwin |
---|
8 | maintainers gmail.com:inouetakahiroki |
---|
9 | categories lang ml |
---|
10 | supported_archs noarch |
---|
11 | description The Objective Caml info reference manual |
---|
12 | long_description ${description} |
---|
13 | homepage http://www.ocaml.org/ |
---|
14 | master_sites http://caml.inria.fr/pub/distrib/ocaml-${version} |
---|
15 | distname ocaml-${version}-refman.info |
---|
16 | |
---|
17 | |
---|
18 | checksums rmd160 2ad797800cb7bf06b921b778805e9e643f81ba10 \ |
---|
19 | sha256 2d9e6fa1cc5bb529c71302f8a838d13f5132d99ea246cb47fddfc0fced1c1437 |
---|
20 | |
---|
21 | |
---|
22 | |
---|
23 | use_configure no |
---|
24 | |
---|
25 | build {} |
---|
26 | |
---|
27 | destroot { |
---|
28 | xinstall -d ${destroot}${prefix}/share/info |
---|
29 | system "cp ${workpath}/infoman/* ${destroot}${prefix}/share/info" |
---|
30 | } |
---|
31 | |
---|
32 | livecheck.type regex |
---|
33 | livecheck.url http://caml.inria.fr/download.en.html |
---|
34 | livecheck.regex "ocaml-.*/ocaml-(.*)-refman.info.tar.gz" |
---|
35 | |
---|