16 lines
515 B
Bash
16 lines
515 B
Bash
# Template file for 'opam'
|
|
pkgname=opam
|
|
version=1.2.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
disable_parallel_build=yes
|
|
make_build_args="lib-ext all"
|
|
depends="curl patch"
|
|
makedepends="ncurses-devel ocaml curl"
|
|
short_desc="OCaml package manager"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="LGPL-3"
|
|
homepage="http://opam.ocamlpro.com"
|
|
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=dfb17667ba371637f8d5f6a2b1993224ce8a641cf530e2ce0a7544d76aee0f42
|
|
nocross=yes
|