Date: Sunday, January 8, 2023 @ 04:37:37
Author: anatolik
Revision: 1381932
archrelease: copy trunk to community-x86_64
Added:
aws-c-io/repos/community-x86_64/PKGBUILD
(from rev 1381931, aws-c-io/trunk/PKGBUILD)
Deleted:
aws-c-io/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 +++++++++++++++++++++++++++----------------------------------
1 file changed, 32 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-08 04:37:16 UTC (rev 1381931)
+++ PKGBUILD 2023-01-08 04:37:37 UTC (rev 1381932)
@@ -1,40 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-io
-pkgver=0.13.11
-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-tls)
-makedepends=(cmake)
-source=(aws-c-io-$pkgver.zip::https://github.com/awslabs/aws-c-io/archive/v$pkgver.zip
-
fix_tests.patch::https://github.com/awslabs/aws-c-io/commit/837600295122d22fbb0acc73157a5fde3c57b198.patch)
-sha256sums=('50c5ca1730071ca3c60776263497a940e16ff101380054e86eb6a7e55b506e06'
- 'cfd0c4b4eb9c28caf3b4855c5dcaff4cc88776252cf97c5822032d37311100fa')
-
-prepare() {
- cd aws-c-io-$pkgver
-
- patch -p1 < ../fix_tests.patch
-}
-
-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 --verbose
-}
-
-package() {
- cd aws-c-io-$pkgver
-
- cmake --build build --target install -- DESTDIR="$pkgdir/"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: aws-c-io/repos/community-x86_64/PKGBUILD (from rev 1381931,
aws-c-io/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-08 04:37:37 UTC (rev 1381932)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-io
+pkgver=0.13.12
+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-tls)
+makedepends=(cmake)
+source=(aws-c-io-$pkgver.zip::https://github.com/awslabs/aws-c-io/archive/v$pkgver.zip)
+sha256sums=('0ddb292c7e8f5deedbef51d1e531c175a417bdc47ba7f1f5b7b4e58c059ff5ec')
+
+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 --verbose
+}
+
+package() {
+ cd aws-c-io-$pkgver
+
+ cmake --build build --target install -- DESTDIR="$pkgdir/"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}