[arch-commits] Commit in aws-sdk-cpp/repos/community-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sat Sep 12 21:04:59 UTC 2020


    Date: Saturday, September 12, 2020 @ 21:04:58
  Author: anatolik
Revision: 704879

archrelease: copy trunk to community-x86_64

Added:
  aws-sdk-cpp/repos/community-x86_64/PKGBUILD
    (from rev 704878, aws-sdk-cpp/trunk/PKGBUILD)
Deleted:
  aws-sdk-cpp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-12 21:04:34 UTC (rev 704878)
+++ PKGBUILD	2020-09-12 21:04:58 UTC (rev 704879)
@@ -1,34 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-sdk-cpp
-pkgver=1.7.347
-pkgrel=1
-pkgdesc='AWS SDK for C++'
-arch=(x86_64)
-url='https://github.com/aws/aws-sdk-cpp'
-license=(Apache)
-depends=(openssl curl zlib libutil-linux aws-c-common aws-c-event-stream libpulse)
-makedepends=(cmake)
-source=(aws-sdk-cpp-$pkgver.zip::https://github.com/aws/aws-sdk-cpp/archive/$pkgver.zip)
-sha256sums=('d1beacdb5f01b82b6353a2960c5eee24337eaf23970c8cc647c664f7cf324355')
-
-# AWS C++ SDK is a huge project. Install size of the whole project is ~500MiB. To reduce it
-# we build only a small subset of components used by other packages. Add more components to
-# this list if you need it.
-_components="core;ec2;kinesis;firehose;sts"
-# TOTHINK: it would be interesting to explore an idea of breaking sdk into set of small
-# per-component packages "aws-sdk-cpp-ec2, aws-sdk-cpp-kinesis, ...".
-
-build() {
-  cd aws-sdk-cpp-$pkgver
-
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCUSTOM_MEMORY_MANAGEMENT=OFF -DENABLE_TESTING=OFF -DBUILD_DEPS=OFF -DBUILD_ONLY="$_components" -S . -B build
-  cmake --build build
-}
-
-package() {
-  cd aws-sdk-cpp-$pkgver
-
-  cmake --build build --target install -- DESTDIR="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: aws-sdk-cpp/repos/community-x86_64/PKGBUILD (from rev 704878, aws-sdk-cpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-12 21:04:58 UTC (rev 704879)
@@ -0,0 +1,34 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-sdk-cpp
+pkgver=1.8.46
+pkgrel=1
+pkgdesc='AWS SDK for C++'
+arch=(x86_64)
+url='https://github.com/aws/aws-sdk-cpp'
+license=(Apache)
+depends=(openssl curl zlib libutil-linux aws-c-common aws-c-event-stream libpulse)
+makedepends=(cmake)
+source=(aws-sdk-cpp-$pkgver.zip::https://github.com/aws/aws-sdk-cpp/archive/$pkgver.zip)
+sha256sums=('6238d9047c2d261f06961b9bb355d210c1c2abfbc9b06732a78003585ceb11e4')
+
+# AWS C++ SDK is a huge project. Install size of the whole project is ~500MiB. To reduce it
+# we build only a small subset of components used by other packages. Add more components to
+# this list if you need it.
+_components="core;ec2;kinesis;firehose;sts;s3"
+# TOTHINK: it would be interesting to explore an idea of breaking sdk into set of small
+# per-component packages "aws-sdk-cpp-ec2, aws-sdk-cpp-kinesis, ...".
+
+build() {
+  cd aws-sdk-cpp-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCUSTOM_MEMORY_MANAGEMENT=OFF -DENABLE_TESTING=OFF -DBUILD_DEPS=OFF -DBUILD_ONLY="$_components" -S . -B build
+  cmake --build build
+}
+
+package() {
+  cd aws-sdk-cpp-$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