Explorar el Código

autoupdate docs by xmake-repo/ci

ruki hace 2 años
padre
commit
1ab2bd20d7
Se han modificado 9 ficheros con 131 adiciones y 19 borrados
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 33 0
      mirror/packages/linux.html
  4. 33 0
      mirror/packages/macosx.html
  5. 23 0
      packages/linux.md
  6. 23 0
      packages/macosx.md
  7. 15 15
      sitemap.xml
  8. 1 1
      zh-cn/_coverpage.md
  9. 1 1
      zh-cn/_sidebar.md

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: sophus, dbus, port**
+- **Recently added: aws-sdk-cpp, sophus, dbus**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (761)
+- Packages (762)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -886,6 +886,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("aws-checksums")
 </code></pre>
+<h3 id="awssdkcpplinux">aws-sdk-cpp (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>AWS SDK for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/aws/aws-sdk-cpp">https://github.com/aws/aws-sdk-cpp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.9.362</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aws-sdk-cpp/xmake.lua">aws-sdk-cpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install aws-sdk-cpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("aws-sdk-cpp")
+</code></pre>
 <h2 id="b">b</h2>
 <h3 id="backwardcpplinux">backward-cpp (linux)</h3>
 <table>

+ 33 - 0
mirror/packages/macosx.html

@@ -697,6 +697,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("awk")
 </code></pre>
+<h3 id="awssdkcppmacosx">aws-sdk-cpp (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>AWS SDK for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/aws/aws-sdk-cpp">https://github.com/aws/aws-sdk-cpp</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.9.362</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aws-sdk-cpp/xmake.lua">aws-sdk-cpp/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install aws-sdk-cpp
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("aws-sdk-cpp")
+</code></pre>
 <h2 id="b">b</h2>
 <h3 id="backwardcppmacosx">backward-cpp (macosx)</h3>
 <table>

+ 23 - 0
packages/linux.md

@@ -524,6 +524,29 @@ add_requires("aws-checksums")
 ```
 
 
+### aws-sdk-cpp (linux)
+
+
+| Description | *AWS SDK for C++* |
+| -- | -- |
+| Homepage | [https://github.com/aws/aws-sdk-cpp](https://github.com/aws/aws-sdk-cpp) |
+| Versions | 1.9.362 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [aws-sdk-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aws-sdk-cpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install aws-sdk-cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("aws-sdk-cpp")
+```
+
+
 
 ## b
 ### backward-cpp (linux)

+ 23 - 0
packages/macosx.md

@@ -403,6 +403,29 @@ add_requires("awk")
 ```
 
 
+### aws-sdk-cpp (macosx)
+
+
+| Description | *AWS SDK for C++* |
+| -- | -- |
+| Homepage | [https://github.com/aws/aws-sdk-cpp](https://github.com/aws/aws-sdk-cpp) |
+| Versions | 1.9.362 |
+| Architectures | arm64, x86_64 |
+| Definition | [aws-sdk-cpp/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/aws-sdk-cpp/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install aws-sdk-cpp
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("aws-sdk-cpp")
+```
+
+
 
 ## b
 ### backward-cpp (macosx)

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-10-14T09:15:52+08:00</lastmod>
+  <lastmod>2022-10-15T01:23:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-10-14T09:15:56+08:00</lastmod>
+  <lastmod>2022-10-15T01:23:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-10-14T09:15:57+08:00</lastmod>
+  <lastmod>2022-10-15T01:23:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-10-14T09:15:57+08:00</lastmod>
+  <lastmod>2022-10-15T01:23:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-10-14T09:15:57+08:00</lastmod>
+  <lastmod>2022-10-15T01:23:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-10-14T09:15:57+08:00</lastmod>
+  <lastmod>2022-10-15T01:23:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-10-14T09:15:58+08:00</lastmod>
+  <lastmod>2022-10-15T01:23:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-10-14T09:15:58+08:00</lastmod>
+  <lastmod>2022-10-15T01:23:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-10-14T09:15:58+08:00</lastmod>
+  <lastmod>2022-10-15T01:24:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-10-14T09:15:59+08:00</lastmod>
+  <lastmod>2022-10-15T01:24:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-10-14T09:15:59+08:00</lastmod>
+  <lastmod>2022-10-15T01:24:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-10-14T09:15:59+08:00</lastmod>
+  <lastmod>2022-10-15T01:24:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-10-14T09:15:59+08:00</lastmod>
+  <lastmod>2022-10-15T01:24:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-10-14T09:16:00+08:00</lastmod>
+  <lastmod>2022-10-15T01:24:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-10-14T09:16:00+08:00</lastmod>
+  <lastmod>2022-10-15T01:24:01+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: sophus, dbus, port**
+- **Recently added: aws-sdk-cpp, sophus, dbus**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (761)
+- 包列表 (762)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)