# Contributor: Fernando Casas Schossow # Maintainer: Fernando Casas Schossow pkgname=ocaml-extlib pkgver=1.7.8 pkgrel=0 pkgdesc="OCaml ExtLib additions to the standard library" url="https://github.com/ygrek/ocaml-extlib" arch="aarch64 ppc64le x86_64" # restricted by ocaml license="LGPL-2.1-or-later-WITH-linking-exception" makedepends="ocaml ocaml-findlib-dev ocaml-ocamldoc ocaml-cppo gawk" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/ygrek/ocaml-extlib/releases/download/$pkgver/extlib-$pkgver.tar.gz" builddir="$srcdir/extlib-$pkgver" build() { cd "$builddir" make build } check() { cd "$builddir" make test } package() { cd "$builddir" export DESTDIR="$pkgdir" export OCAMLFIND_DESTDIR="$DESTDIR/usr/lib/ocaml" mkdir -p "$OCAMLFIND_DESTDIR" make install install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } sha512sums=" 664a8366fb4eed685bd8f8907dbc9a8103bbf75ebb5d7635f6db890722e673107aa052bd09c276f5ed10dc3695220234c382d90d4f8c4e6b93ff68dd22e876e4 extlib-1.7.8.tar.gz "