[arch-commits] Commit in librdkafka/repos/community-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sat May 15 17:40:32 UTC 2021


    Date: Saturday, May 15, 2021 @ 17:40:31
  Author: anatolik
Revision: 934736

archrelease: copy trunk to community-x86_64

Added:
  librdkafka/repos/community-x86_64/PKGBUILD
    (from rev 934735, librdkafka/trunk/PKGBUILD)
Deleted:
  librdkafka/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-15 17:40:11 UTC (rev 934735)
+++ PKGBUILD	2021-05-15 17:40:31 UTC (rev 934736)
@@ -1,31 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Andrew Sun <adsun701 at gmail dot com>
-# Contributor: Joel Teichroeb <joel at teichroeb dot net>
-# Contributor: Alim Gokkaya <alimgokkaya at gmail dot com>
-
-pkgname=librdkafka
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='The Apache Kafka C/C++ library'
-arch=(x86_64)
-url='https://github.com/edenhill/librdkafka'
-license=(BSD)
-depends=(libsasl zstd)
-makedepends=(python openssl lz4 rapidjson cmake)
-source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
-sha256sums=('c71b8c5ff419da80c31bb8d3036a408c87ad523e0c7588e7660ee5f3c8973057')
-
-build() {
-  cmake -S librdkafka-$pkgver -B build
-  cmake --build build -DCMAKE_INSTALL_PREFIX=/usr
-}
-
-check() {
-  # TODO: figure out why the tests timeout
-  # cmake --build build --target test
-  true
-}
-
-package() {
-  cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: librdkafka/repos/community-x86_64/PKGBUILD (from rev 934735, librdkafka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-15 17:40:31 UTC (rev 934736)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Joel Teichroeb <joel at teichroeb dot net>
+# Contributor: Alim Gokkaya <alimgokkaya at gmail dot com>
+
+pkgname=librdkafka
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='The Apache Kafka C/C++ library'
+arch=(x86_64)
+url='https://github.com/edenhill/librdkafka'
+license=(BSD)
+depends=(libsasl zstd)
+makedepends=(python openssl lz4 rapidjson cmake)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
+sha256sums=('c71b8c5ff419da80c31bb8d3036a408c87ad523e0c7588e7660ee5f3c8973057')
+
+build() {
+  cmake -S librdkafka-$pkgver -B build -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+check() {
+  # TODO: figure out why the tests timeout
+  # cmake --build build --target test
+  true
+}
+
+package() {
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list