-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmeta.yaml
62 lines (55 loc) · 1.49 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{% set version = "1.11.379" %}
package:
name: aws-sdk-cpp
version: {{ version }}
source:
url: https://github.com/aws/aws-sdk-cpp/archive/{{ version }}.tar.gz
sha256: e1c364365d56c5d2564db8887db60cd0e7c99aae9ce8abd2eaf098065983baf2
build:
number: 8
run_exports:
- {{ pin_subpackage("aws-sdk-cpp", max_pin="x.x.x") }}
requirements:
build:
- cmake >=3.2
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ compiler('cxx') }}
- ninja
- make # [unix]
host:
- aws-c-common
- aws-c-event-stream
- aws-checksums
- aws-crt-cpp
- libcurl # [not win]
- openssl # [not win]
- zlib
test:
files:
- test.cpp
- CMakeLists.txt
requires:
- cmake
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- ninja
- make # [unix]
commands:
about:
home: https://github.com/aws/aws-sdk-cpp
license: Apache-2.0
license_family: Apache
license_file: LICENSE
summary: C++ library that makes it easy to integrate C++ applications with AWS services
description: |
The AWS SDK for C++ provides a modern C++ (version C++ 11 or later) interface for Amazon Web Services (AWS).
It is meant to be performant and fully functioning with low- and high-level SDKs,
while minimizing dependencies and providing platform portability (Windows, OSX, Linux, and mobile).
doc_url: https://aws.amazon.com/documentation/sdk-for-cpp/
dev_url: https://github.com/aws/aws-sdk-cpp
extra:
recipe-maintainers:
- pitrou
- ihnorton
- xhochy