From 709dd54e6e1790f431b71c7e723746c06823a1b0 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 21 Feb 2019 14:40:56 +0000 Subject: ocaml-integers: dep of ocaml-ctypes --- abs/extra/ocaml-integers/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 abs/extra/ocaml-integers/PKGBUILD diff --git a/abs/extra/ocaml-integers/PKGBUILD b/abs/extra/ocaml-integers/PKGBUILD new file mode 100644 index 0000000..52f6d29 --- /dev/null +++ b/abs/extra/ocaml-integers/PKGBUILD @@ -0,0 +1,30 @@ +# Maintainer: Jürgen Hötzel + +pkgname=ocaml-integers +pkgver=0.2.2 +pkgrel=2 +pkgdesc='Library for binding to C libraries using pure OCaml' +arch=('i686' 'x86_64') +url=https://github.com/ocamllabs/ocaml-integers +license=('custom') +options=('!strip') +makedepends=('ocaml-topkg' 'ocaml-findlib' 'ocaml-compiler-libs' 'ocamlbuild' 'opam') +source=("$pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/$pkgname/archive/v$pkgver.tar.gz") +md5sums=('f966342ad19682d4d5ade1e202388a81') + + +build() { + cd ${pkgname}-$pkgver + make +} + +package() { + cd ${pkgname}-$pkgver + + opam-installer --prefix="${pkgdir}/usr" \ + --libdir="${pkgdir}$(ocamlc -where)" \ + --docdir="${pkgdir}/usr/share/doc" \ + --stubsdir="${pkgdir}$(ocamlc -where)/stublibs" + + install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}"/LICENSE.md +} -- cgit v0.12