1 # Maintainer: Baptiste Jonglez <zerstorer@free.fr>
5 pkgdesc="Reference documentation for OCaml, HTML format"
7 url="http://caml.inria.fr/index.en.html"
10 source=(http://caml.inria.fr/distrib/ocaml-$pkgver/ocaml-$pkgver-refman.html.tar.gz)
11 md5sums=('f62a8bb181c1ca7b3233dba8ff51dd46')
16 mkdir -p $pkgdir/usr/share/doc/ocaml
17 cp -r * $pkgdir/usr/share/doc/ocaml/
18 chmod a+x $pkgdir/usr/share/doc/ocaml/libref
22 # vim:set ts=2 sw=2 et: