[arch-commits] Commit in ocaml-integers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jürgen Hötzel juergen at archlinux.org
Thu Oct 10 11:53:15 UTC 2019


    Date: Thursday, October 10, 2019 @ 11:53:15
  Author: juergen
Revision: 364401

archrelease: copy trunk to extra-x86_64

Added:
  ocaml-integers/repos/extra-x86_64/PKGBUILD
    (from rev 364400, ocaml-integers/trunk/PKGBUILD)
Deleted:
  ocaml-integers/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-10 11:53:12 UTC (rev 364400)
+++ PKGBUILD	2019-10-10 11:53:15 UTC (rev 364401)
@@ -1,30 +0,0 @@
-# Maintainer: Jürgen Hötzel <juergen at archlinux.org>
-
-pkgname=ocaml-integers
-pkgver=0.3.0
-pkgrel=3
-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/$pkgver.tar.gz")
-md5sums=('28715567848f07aa688a09496041731b')
-
-
-build() {
-  cd ${pkgname}-$pkgver
-  dune build --profile release
-}
-
-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
-}

Copied: ocaml-integers/repos/extra-x86_64/PKGBUILD (from rev 364400, ocaml-integers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-10 11:53:15 UTC (rev 364401)
@@ -0,0 +1,30 @@
+# Maintainer: Jürgen Hötzel <juergen at archlinux.org>
+
+pkgname=ocaml-integers
+pkgver=0.3.0
+pkgrel=3
+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/$pkgver.tar.gz")
+md5sums=('28715567848f07aa688a09496041731b')
+
+
+build() {
+  cd ${pkgname}-$pkgver
+  dune build --profile release
+}
+
+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
+}



More information about the arch-commits mailing list