Date: Thursday, May 18, 2023 @ 19:45:10
  Author: juergen
Revision: 1463102

archrelease: copy trunk to community-x86_64

Added:
  camlp-streams/repos/community-x86_64/PKGBUILD
    (from rev 1463101, camlp-streams/trunk/PKGBUILD)
Deleted:
  camlp-streams/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-18 19:45:06 UTC (rev 1463101)
+++ PKGBUILD    2023-05-18 19:45:10 UTC (rev 1463102)
@@ -1,30 +0,0 @@
-# Maintainer: Jürgen Hötzel
-pkgname="camlp-streams"
-pkgver=5.0.1
-_relname=v5.0.1
-pkgrel=1
-pkgdesc="The Stream and Genlex libraries for use with Camlp4 and Camlp5."
-arch=('x86_64')
-url="https://github.com/ocaml/camlp-streams";
-license=('BSD')
-makedepends=('dune')
-depends=('ocaml>=4.14.0' 'ocaml-compiler-libs')
-options=('!strip')
-source=("camlp-streams-${_relname}.tar.gz::https://github.com/ocaml/camlp-streams/archive/$_relname.tar.gz";)
-sha256sums=('ad71f62406e9bb4e7fb5d4593ede2af6c68f8b0d96f25574446e142c3eb0d9a4')
-
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    dune build
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    DESTDIR="${pkgdir}" dune install --prefix "/usr" --libdir="$(ocamlc 
-where)"
-
-    install -dm755 "${pkgdir}/usr/share/"
-    mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
-
-    install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: camlp-streams/repos/community-x86_64/PKGBUILD (from rev 1463101, 
camlp-streams/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-18 19:45:10 UTC (rev 1463102)
@@ -0,0 +1,30 @@
+# Maintainer: Jürgen Hötzel
+pkgname="camlp-streams"
+pkgver=5.0.1
+_relname=v5.0.1
+pkgrel=2
+pkgdesc="The Stream and Genlex libraries for use with Camlp4 and Camlp5."
+arch=('x86_64')
+url="https://github.com/ocaml/camlp-streams";
+license=('BSD')
+makedepends=('dune')
+depends=('ocaml' 'ocaml-compiler-libs')
+options=('!strip')
+source=("camlp-streams-${_relname}.tar.gz::https://github.com/ocaml/camlp-streams/archive/$_relname.tar.gz";)
+sha256sums=('ad71f62406e9bb4e7fb5d4593ede2af6c68f8b0d96f25574446e142c3eb0d9a4')
+
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    dune build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    DESTDIR="${pkgdir}" dune install --prefix "/usr" --libdir="$(ocamlc 
-where)"
+
+    install -dm755 "${pkgdir}/usr/share/"
+    mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
+
+    install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to