void-packages/srcpkgs/ocaml/template
2019-08-10 16:57:23 +02:00

22 lines
598 B
Bash

# Template file for 'ocaml'
pkgname=ocaml
version=4.08.1
revision=1
build_style="gnu-configure"
configure_args="--with-pic"
make_build_target="world.opt"
makedepends="ncurses-devel libX11-devel"
short_desc="Main implementation of the Caml language"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="QPL-1.0, LGPL-2.1-only"
homepage="http://ocaml.org/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
checksum=b53ed3d487b83fd49bc181bded066ae8e6fb592cf40514261d27d36050d5db85
nocross=yes
patch_args="-Np1"
export ASPP="cc -c"
post_install() {
vlicense LICENSE
}