[arch-commits] Commit in librdkafka/repos (2 files)

Anatol Pomozov anatolik at archlinux.org
Tue Jan 26 18:37:13 UTC 2021


    Date: Tuesday, January 26, 2021 @ 18:37:12
  Author: anatolik
Revision: 830897

archrelease: copy trunk to community-testing-x86_64

Added:
  librdkafka/repos/community-testing-x86_64/
  librdkafka/repos/community-testing-x86_64/PKGBUILD
    (from rev 830896, librdkafka/trunk/PKGBUILD)

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

Copied: librdkafka/repos/community-testing-x86_64/PKGBUILD (from rev 830896, librdkafka/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-01-26 18:37:12 UTC (rev 830897)
@@ -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.6.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=('3130cbd391ef683dc9acf9f83fe82ff93b8730a1a34d0518e93c250929be9f6b')
+
+build() {
+  cmake -S librdkafka-$pkgver -B build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr --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