New package: opam-1.1.1
This commit is contained in:
parent
dc7045ec36
commit
ac0b01d6a0
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'opam'
|
||||
pkgname=opam
|
||||
version=1.1.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
disable_parallel_build=yes
|
||||
wrksrc=$pkgname-full-$version
|
||||
depends="ocaml curl"
|
||||
makedepends="ncurses-devel $depends"
|
||||
short_desc="OCaml package manager"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="LGPL-3"
|
||||
homepage="http://opam.ocamlpro.com"
|
||||
distfiles="http://www.ocamlpro.com/pub/$pkgname-full-$version.tar.gz"
|
||||
checksum=bfcb78109cf88612b5170b25bb96aa576ed3908c8a68b9164a7ae16f9f59ae38
|
Loading…
Reference in New Issue