1 # Template file for 'opam'
5 build_style=gnu-configure
6 disable_parallel_build=yes
7 make_build_args="lib-ext all"
8 make_check_target="tests"
9 makedepends="ncurses-devel ocaml curl"
10 depends="curl patch unzip"
11 checkdepends="${depends} git rsync"
12 short_desc="OCaml package manager"
13 maintainer="Leah Neukirchen <leah@vuxu.org>"
15 homepage="http://opam.ocamlpro.com"
16 distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
17 checksum=3e4a05df6ff8deecba019d885ebe902eb933acb6e2fc7784ffee1ee14871e36a
19 export OCAMLPARAM="safe-string=0,_"