[arch-commits] Commit in aws-c-io/repos (2 files)

Anatol Pomozov anatolik at archlinux.org
Mon Jan 25 20:38:14 UTC 2021


    Date: Monday, January 25, 2021 @ 20:38:14
  Author: anatolik
Revision: 829876

archrelease: copy trunk to community-testing-x86_64

Added:
  aws-c-io/repos/community-testing-x86_64/
  aws-c-io/repos/community-testing-x86_64/PKGBUILD
    (from rev 829875, aws-c-io/trunk/PKGBUILD)

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

Copied: aws-c-io/repos/community-testing-x86_64/PKGBUILD (from rev 829875, aws-c-io/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-01-25 20:38:14 UTC (rev 829876)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-io
+pkgver=0.8.2
+pkgrel=1
+pkgdesc='AWS SDK module to handle all IO and TLS work for application protocols'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-c-io'
+license=(Apache)
+depends=(aws-c-common aws-c-cal s2n)
+makedepends=(cmake)
+source=(aws-c-io-$pkgver.zip::https://github.com/awslabs/aws-c-io/archive/v$pkgver.zip)
+sha256sums=('7aaec4d63cc6abf83eb70fd1b3dc1077e2df66659e1e8092bf42023e8d3667fe')
+
+build() {
+  cd aws-c-io-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-c-io-$pkgver
+  cmake --build build --target test
+}
+
+package() {
+  cd aws-c-io-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list