[arch-commits] Commit in aws-c-common/repos/community-testing-x86_64 (2 files)
Anatol Pomozov
anatolik at archlinux.org
Sun Mar 22 18:12:12 UTC 2020
Date: Sunday, March 22, 2020 @ 18:12:10
Author: anatolik
Revision: 603593
archrelease: copy trunk to community-testing-x86_64
Added:
aws-c-common/repos/community-testing-x86_64/PKGBUILD
(from rev 603592, aws-c-common/trunk/PKGBUILD)
Deleted:
aws-c-common/repos/community-testing-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-22 18:10:12 UTC (rev 603592)
+++ PKGBUILD 2020-03-22 18:12:10 UTC (rev 603593)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-common
-pkgver=0.4.34
-pkgrel=1
-pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.'
-arch=(x86_64)
-url='https://github.com/awslabs/aws-c-common'
-license=(Apache)
-depends=(glibc)
-makedepends=(cmake)
-source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
-sha256sums=('82b739af72b149846e605c2fa4ed12dc1381c3bd1391a4278bef875bd29f66e7')
-
-build() {
- cd aws-c-common-$pkgver
-
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -S . -B build
- cmake --build build
-}
-
-check() {
- cd aws-c-common-$pkgver
- cmake --build build --target test
-}
-
-package() {
- cd aws-c-common-$pkgver
-
- cmake --build build --target install -- DESTDIR="$pkgdir/"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: aws-c-common/repos/community-testing-x86_64/PKGBUILD (from rev 603592, aws-c-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-22 18:12:10 UTC (rev 603593)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-common
+pkgver=0.4.34
+pkgrel=1
+pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-c-common'
+license=(Apache)
+depends=(glibc)
+makedepends=(cmake)
+source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
+sha256sums=('82b739af72b149846e605c2fa4ed12dc1381c3bd1391a4278bef875bd29f66e7')
+
+build() {
+ cd aws-c-common-$pkgver
+
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -S . -B build
+ cmake --build build
+}
+
+check() {
+ cd aws-c-common-$pkgver
+ cmake --build build --target test
+}
+
+package() {
+ cd aws-c-common-$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