void-packages/srcpkgs/ocaml-zarith/template
2021-10-03 13:05:58 +02:00

26 lines
754 B
Bash

# Template file for 'ocaml-zarith'
pkgname=ocaml-zarith
version=1.12
revision=2
wrksrc="Zarith-release-${version}"
build_style=configure
make_check_target="tests"
hostmakedepends="perl"
makedepends="gmp-devel ocaml ocaml-findlib"
depends="gmp-devel"
short_desc="OCaml operations over arbitrary-precision integers"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.0-only,OCaml-LGPL-linking-exception"
homepage="https://github.com/ocaml/zarith"
distfiles="https://github.com/ocaml/zarith/archive/release-${version}.tar.gz"
checksum=cc32563c3845c86d0f609c86d83bf8607ef12354863d31d3bffc0dacf1ed2881
nocross=yes
disable_parallel_build=yes
post_configure() {
sed -i 's/INSTALLDIR=/&$(DESTDIR)/' Makefile
}
pre_install() {
vmkdir usr/lib/ocaml
}