[arch-commits] Commit in ocaml-integers/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Mar 21 18:36:12 UTC 2020
Date: Saturday, March 21, 2020 @ 18:36:12
Author: felixonmars
Revision: 378285
archrelease: copy trunk to extra-x86_64
Added:
ocaml-integers/repos/extra-x86_64/PKGBUILD
(from rev 378284, ocaml-integers/trunk/PKGBUILD)
Deleted:
ocaml-integers/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-21 18:35:56 UTC (rev 378284)
+++ PKGBUILD 2020-03-21 18:36:12 UTC (rev 378285)
@@ -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 378284, ocaml-integers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-21 18:36:12 UTC (rev 378285)
@@ -0,0 +1,30 @@
+# Maintainer: Jürgen Hötzel <juergen at archlinux.org>
+
+pkgname=ocaml-integers
+pkgver=0.3.0
+pkgrel=4
+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=('dune' '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