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

2020-12-09 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 9, 2020 @ 16:55:05
  Author: anatolik
Revision: 772871

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: librdkafka/repos/community-testing-x86_64/PKGBUILD (from rev 772870, 
librdkafka/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-09 16:55:05 UTC (rev 772871)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun 
+# Contributor: Joel Teichroeb 
+# Contributor: Alim Gokkaya 
+
+pkgname=librdkafka
+pkgver=1.5.3
+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=('2105ca01fef5beca10c9f010bc50342b15d5ce6b73b2489b012e6d09a008b7bf')
+
+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"
+}


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

2020-10-20 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 20, 2020 @ 19:23:35
  Author: anatolik
Revision: 727676

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: librdkafka/repos/community-testing-x86_64/PKGBUILD (from rev 727675, 
librdkafka/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-10-20 19:23:35 UTC (rev 727676)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun 
+# Contributor: Joel Teichroeb 
+# Contributor: Alim Gokkaya 
+
+pkgname=librdkafka
+pkgver=1.5.2
+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=('ca3db90d04ef81ca791e55e9eed67e004b547b7adedf11df6c24ac377d4840c6')
+
+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"
+}


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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 19:10:33
  Author: anatolik
Revision: 650266

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: librdkafka/repos/community-testing-x86_64/PKGBUILD (from rev 650265, 
librdkafka/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-21 19:10:33 UTC (rev 650266)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun 
+# Contributor: Joel Teichroeb 
+# Contributor: Alim Gokkaya 
+
+pkgname=librdkafka
+pkgver=1.4.4
+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=('0984ffbe17b9e04599fb9eceb16cfa189f525a042bef02474cd1bbfe1ea68416')
+
+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"
+}


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

2020-04-08 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 9, 2020 @ 00:42:25
  Author: anatolik
Revision: 612863

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: librdkafka/repos/community-testing-x86_64/PKGBUILD (from rev 612862, 
librdkafka/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-04-09 00:42:25 UTC (rev 612863)
@@ -0,0 +1,28 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun 
+# Contributor: Joel Teichroeb 
+# Contributor: Alim Gokkaya 
+
+pkgname=librdkafka
+pkgver=1.4.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)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
+sha256sums=('ae27ea3f3d0d32d29004e7f709efbba2666c5383a107cc45b3a1949486b2eb84')
+
+build() {
+  cd librdkafka-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd librdkafka-$pkgver
+  make install DESTDIR="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-12-03 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 4, 2019 @ 00:24:37
  Author: anatolik
Revision: 535152

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: librdkafka/repos/community-testing-x86_64/PKGBUILD (from rev 535151, 
librdkafka/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-12-04 00:24:37 UTC (rev 535152)
@@ -0,0 +1,28 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun 
+# Contributor: Joel Teichroeb 
+# Contributor: Alim Gokkaya 
+
+pkgname=librdkafka
+pkgver=1.3.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)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
+sha256sums=('465cab533ebc5b9ca8d97c90ab69e0093460665ebaf38623209cf343653c76d2')
+
+build() {
+  cd librdkafka-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd librdkafka-$pkgver
+  make install DESTDIR="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}