Date: Thursday, April 21, 2022 @ 19:20:19 Author: anatolik Revision: 1187262
archrelease: copy trunk to community-x86_64 Added: aws-c-http/repos/community-x86_64/PKGBUILD (from rev 1187261, aws-c-http/trunk/PKGBUILD) Deleted: aws-c-http/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 64 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-04-21 19:20:00 UTC (rev 1187261) +++ PKGBUILD 2022-04-21 19:20:19 UTC (rev 1187262) @@ -1,32 +0,0 @@ -# Maintainer: Anatol Pomozov - -pkgname=aws-c-http -pkgver=0.6.10 -pkgrel=1 -pkgdesc='C99 implementation of the HTTP/1.1 and HTTP/2 specifications' -arch=(x86_64) -url='https://github.com/awslabs/aws-c-http' -license=(Apache) -depends=(aws-c-common aws-c-compression aws-c-io) -makedepends=(cmake) -source=(aws-c-http-$pkgver.zip::https://github.com/awslabs/aws-c-http/archive/v$pkgver.zip) -sha256sums=('c66f2300075524bdfb60aec3a157ebfba9f474ad43f5889f91845aaedce69699') - -build() { - cd aws-c-http-$pkgver - - cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -S . -B build - cmake --build build -} - -check() { - cd aws-c-http-$pkgver - cmake --build build --target test -} - -package() { - cd aws-c-http-$pkgver - - cmake --build build --target install -- DESTDIR="$pkgdir/" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: aws-c-http/repos/community-x86_64/PKGBUILD (from rev 1187261, aws-c-http/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-04-21 19:20:19 UTC (rev 1187262) @@ -0,0 +1,32 @@ +# Maintainer: Anatol Pomozov + +pkgname=aws-c-http +pkgver=0.6.14 +pkgrel=1 +pkgdesc='C99 implementation of the HTTP/1.1 and HTTP/2 specifications' +arch=(x86_64) +url='https://github.com/awslabs/aws-c-http' +license=(Apache) +depends=(aws-c-common aws-c-compression aws-c-io) +makedepends=(cmake) +source=(aws-c-http-$pkgver.zip::https://github.com/awslabs/aws-c-http/archive/v$pkgver.zip) +sha256sums=('72dd15ad60eac4515553681599ddff22a7f1f29967d04e903faacbae150db067') + +build() { + cd aws-c-http-$pkgver + + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -S . -B build + cmake --build build +} + +check() { + cd aws-c-http-$pkgver + cmake --build build --target test +} + +package() { + cd aws-c-http-$pkgver + + cmake --build build --target install -- DESTDIR="$pkgdir/" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}