void-packages/srcpkgs/ocaml-num/template
2019-10-02 14:01:28 +02:00

23 lines
662 B
Bash

# Template file for 'ocaml-num'
pkgname=ocaml-num
version=1.2
revision=3
build_style=gnu-makefile
makedepends="ocaml ocaml-findlib"
make_install_target="findlib-install"
short_desc="OCaml legacy Num library for arbitrary-precision integers"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1"
homepage="https://github.com/ocaml/num"
distfiles="https://github.com/ocaml/num/archive/v${version}.tar.gz"
checksum=c5023104925ff4a79746509d4d85294d8aafa98da6733e768ae53da0355453de
wrksrc="num-${version}"
nocross=yes
pre_install() {
export OCAMLFIND_DESTDIR=${DESTDIR}/usr/lib/ocaml
vmkdir /usr/lib/ocaml/stublibs
}
post_install() {
vlicense LICENSE
}