Date: Thursday, April 21, 2022 @ 18:40:05 Author: anatolik Revision: 1187252
archrelease: copy trunk to community-x86_64 Added: aws-c-io/repos/community-x86_64/PKGBUILD (from rev 1187251, aws-c-io/trunk/PKGBUILD) Deleted: aws-c-io/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 64 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-04-21 18:39:45 UTC (rev 1187251) +++ PKGBUILD 2022-04-21 18:40:05 UTC (rev 1187252) @@ -1,32 +0,0 @@ -# Maintainer: Anatol Pomozov - -pkgname=aws-c-io -pkgver=0.10.16 -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=('10de47775e588e14c6e474c03bf240dddb3678872ac7844d8d5c2af47311a277') - -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" -} Copied: aws-c-io/repos/community-x86_64/PKGBUILD (from rev 1187251, aws-c-io/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-04-21 18:40:05 UTC (rev 1187252) @@ -0,0 +1,32 @@ +# Maintainer: Anatol Pomozov + +pkgname=aws-c-io +pkgver=0.10.22 +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=('75b73182ad252b85bf2e177cd228ae76cbd55a8a5acee66b38dbd1735cf1bf8c') + +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" +}