void-packages/srcpkgs/opam/template

17 lines
515 B
Bash
Raw Normal View History

2014-07-01 21:39:02 +00:00
# Template file for 'opam'
pkgname=opam
2015-03-18 12:25:51 +00:00
version=1.2.1
revision=1
2014-07-01 21:39:02 +00:00
build_style=gnu-configure
disable_parallel_build=yes
make_build_args="lib-ext all"
depends="curl patch"
makedepends="ncurses-devel ocaml curl"
2014-07-01 21:39:02 +00:00
short_desc="OCaml package manager"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="LGPL-3"
homepage="http://opam.ocamlpro.com"
2014-10-23 13:56:16 +00:00
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
2015-03-18 12:25:51 +00:00
checksum=dfb17667ba371637f8d5f6a2b1993224ce8a641cf530e2ce0a7544d76aee0f42
nocross=yes