# Maintainer: Jakob Gahde pkgname=ocaml-core_extended pkgver=113.24.00 pkgrel=1 license=('Apache') arch=('i686' 'x86_64') pkgdesc="Extra components that are not as closely vetted or as stable as Core" url="https://github.com/janestreet/core_extended" depends=('ocaml' 'ocaml-bin_prot' 'ocaml-core' 'ocaml-fieldslib' 'ocaml-ppx_assert' 'ocaml-ppx_bench' 'ocaml-ppx_driver' 'ocaml-ppx_expect' 'ocaml-ppx_inline_test' 'ocaml-ppx_jane' 'ocaml-re2' 'ocaml-sexplib' 'ocaml-textutils' 'ocaml-typerep' 'ocaml-variantslib') makedepends=('ocaml-findlib' 'opam') source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-${pkgver}.tar.gz" "libdir.patch") options=('!strip') md5sums=('da77c8d46b99f3a23fa72c2e2628a579' '7f0a951f1ac87385272ea7a6dd58762a') prepare() { cd "${srcdir}/${pkgname#ocaml-}-${pkgver}" patch -Np1 < "${srcdir}/libdir.patch" } build() { cd "${srcdir}/${pkgname#ocaml-}-${pkgver}" ./configure --prefix /usr make } package() { cd "${srcdir}/${pkgname#ocaml-}-${pkgver}" make install PREFIX="${pkgdir}/usr" LIBDIR="${pkgdir}$(ocamlc -where)" }