python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / opam / template
blob7056bad50bf76d7e902d4cc1cd0eacc355fef1e5
1 # Template file for 'opam'
2 pkgname=opam
3 version=1.2.2
4 revision=5
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>"
14 license="LGPL-3"
15 homepage="http://opam.ocamlpro.com"
16 distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
17 checksum=3e4a05df6ff8deecba019d885ebe902eb933acb6e2fc7784ffee1ee14871e36a
18 nocross=yes
19 export OCAMLPARAM="safe-string=0,_"