[arch-commits] Commit in aws-c-common/repos/community-x86_64 (PKGBUILD PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Sun Nov 24 23:05:46 UTC 2019
Date: Sunday, November 24, 2019 @ 23:05:45
Author: anatolik
Revision: 533109
archrelease: copy trunk to community-x86_64
Added:
aws-c-common/repos/community-x86_64/PKGBUILD
(from rev 533108, aws-c-common/trunk/PKGBUILD)
Deleted:
aws-c-common/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 63 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-24 23:05:14 UTC (rev 533108)
+++ PKGBUILD 2019-11-24 23:05:45 UTC (rev 533109)
@@ -1,31 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-common
-pkgver=0.4.22
-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=(cmake)
-source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
-sha256sums=('39f99419e2aa0fcb59872067f9e9e04fbd5f6bbdf9ee8041874ff89d24f152ca')
-
-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-x86_64/PKGBUILD (from rev 533108, aws-c-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-24 23:05:45 UTC (rev 533109)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-common
+pkgver=0.4.22
+pkgrel=2
+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=('39f99419e2aa0fcb59872067f9e9e04fbd5f6bbdf9ee8041874ff89d24f152ca')
+
+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