Переглянути джерело

autoupdate docs by xmake-repo/ci

ruki 3 роки тому
батько
коміт
112087d2fa
9 змінених файлів з 262 додано та 18 видалено
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 37 0
      mirror/packages/linux.html
  4. 111 0
      mirror/packages/macosx.html
  5. 24 0
      packages/linux.md
  6. 72 0
      packages/macosx.md
  7. 14 14
      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: dlib, libgit2, libdeflate**
+- **Recently added: libssh2, dlib, libgit2**
 
 [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 (494)
+- Packages (495)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -8086,6 +8086,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsquish")
 </code></pre>
+<h3 id="libssh2linux">libssh2 (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library implementing the SSH2 protocol</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libssh2.org/">https://www.libssh2.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.10.0</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/l/libssh2/xmake.lua">libssh2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libssh2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libssh2")
+</code></pre>
 <h3 id="libsvmlinux">libsvm (linux)</h3>
 <table>
 <thead>

+ 111 - 0
mirror/packages/macosx.html

@@ -6274,6 +6274,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libfreenect2")
 </code></pre>
+<h3 id="libgcryptmacosx">libgcrypt (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libgcrypt is a general purpose cryptographic library originally based on code from GnuPG.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnupg.org/related_software/libgcrypt/">https://www.gnupg.org/related_software/libgcrypt/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.8.7</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libgcrypt/xmake.lua">libgcrypt/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libgcrypt
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libgcrypt")
+</code></pre>
 <h3 id="libgdmacosx">libgd (macosx)</h3>
 <table>
 <thead>
@@ -6344,6 +6381,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libgit2")
 </code></pre>
+<h3 id="libgpgerrormacosx">libgpg-error (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Libgpg-error is a small library that originally defined common error values for all GnuPG components.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnupg.org/related_software/libgpg-error/">https://www.gnupg.org/related_software/libgpg-error/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.39</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libgpg-error/xmake.lua">libgpg-error/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libgpg-error
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libgpg-error")
+</code></pre>
 <h3 id="libheifmacosx">libheif (macosx)</h3>
 <table>
 <thead>
@@ -7481,6 +7555,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsquish")
 </code></pre>
+<h3 id="libssh2macosx">libssh2 (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C library implementing the SSH2 protocol</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.libssh2.org/">https://www.libssh2.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>BSD-3-Clause</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.10.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libssh2/xmake.lua">libssh2/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libssh2
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libssh2")
+</code></pre>
 <h3 id="libsvmmacosx">libsvm (macosx)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -5367,6 +5367,30 @@ add_requires("libsquish")
 ```
 
 
+### libssh2 (linux)
+
+
+| Description | *C library implementing the SSH2 protocol* |
+| -- | -- |
+| Homepage | [https://www.libssh2.org/](https://www.libssh2.org/) |
+| License | BSD-3-Clause |
+| Versions | 1.10.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libssh2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libssh2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libssh2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libssh2")
+```
+
+
 ### libsvm (linux)
 
 

+ 72 - 0
packages/macosx.md

@@ -4147,6 +4147,30 @@ add_requires("libfreenect2")
 ```
 
 
+### libgcrypt (macosx)
+
+
+| Description | *Libgcrypt is a general purpose cryptographic library originally based on code from GnuPG.* |
+| -- | -- |
+| Homepage | [https://www.gnupg.org/related_software/libgcrypt/](https://www.gnupg.org/related_software/libgcrypt/) |
+| License | GPL-2.0 |
+| Versions | 1.8.7 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libgcrypt/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libgcrypt/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libgcrypt
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libgcrypt")
+```
+
+
 ### libgd (macosx)
 
 
@@ -4194,6 +4218,30 @@ add_requires("libgit2")
 ```
 
 
+### libgpg-error (macosx)
+
+
+| Description | *Libgpg-error is a small library that originally defined common error values for all GnuPG components.* |
+| -- | -- |
+| Homepage | [https://www.gnupg.org/related_software/libgpg-error/](https://www.gnupg.org/related_software/libgpg-error/) |
+| License | GPL-2.0 |
+| Versions | 1.39 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libgpg-error/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libgpg-error/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libgpg-error
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libgpg-error")
+```
+
+
 ### libheif (macosx)
 
 
@@ -4965,6 +5013,30 @@ add_requires("libsquish")
 ```
 
 
+### libssh2 (macosx)
+
+
+| Description | *C library implementing the SSH2 protocol* |
+| -- | -- |
+| Homepage | [https://www.libssh2.org/](https://www.libssh2.org/) |
+| License | BSD-3-Clause |
+| Versions | 1.10.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libssh2/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libssh2/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libssh2
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libssh2")
+```
+
+
 ### libsvm (macosx)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-11-13T14:41:15+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-11-13T14:41:17+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-11-13T14:41:17+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-11-13T14:41:17+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-11-13T14:41:17+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-11-13T14:41:18+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-11-13T14:41:18+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-11-13T14:41:18+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-11-13T14:41:18+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-11-13T14:41:19+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-13T14:41:19+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-13T14:41:19+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-13T14:41:19+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-13T14:41:19+08:00</lastmod>
+  <lastmod>2021-11-13T15:55:59+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: dlib, libgit2, libdeflate**
+- **Recently added: libssh2, dlib, libgit2**
 
 [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)
-- 包列表 (494)
+- 包列表 (495)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)