Преглед на файлове

autoupdate docs by xmake-repo/ci

ruki преди 3 години
родител
ревизия
e3a3e29aaa
променени са 9 файла, в които са добавени 130 реда и са изтрити 18 реда
  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. 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: highfive, ceres-solver, ifort**
+- **Recently added: libimobiledevice-glue, highfive, ceres-solver**
 
 [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 (551)
+- Packages (552)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -7813,6 +7813,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libimagequant")
 </code></pre>
+<h3 id="libimobiledevicegluelinux">libimobiledevice-glue (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library with common code used by libraries and tools around the libimobiledevice project</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/libimobiledevice/libimobiledevice-glue">https://github.com/libimobiledevice/libimobiledevice-glue</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.11.24</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/libimobiledevice-glue/xmake.lua">libimobiledevice-glue/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libimobiledevice-glue
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libimobiledevice-glue")
+</code></pre>
 <h3 id="libisllinux">libisl (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -7282,6 +7282,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libimagequant")
 </code></pre>
+<h3 id="libimobiledevicegluemacosx">libimobiledevice-glue (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A library with common code used by libraries and tools around the libimobiledevice project</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/libimobiledevice/libimobiledevice-glue">https://github.com/libimobiledevice/libimobiledevice-glue</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.11.24</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/libimobiledevice-glue/xmake.lua">libimobiledevice-glue/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libimobiledevice-glue
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libimobiledevice-glue")
+</code></pre>
 <h3 id="libintlmacosx">libintl (macosx)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -5188,6 +5188,29 @@ add_requires("libimagequant")
 ```
 
 
+### libimobiledevice-glue (linux)
+
+
+| Description | *A library with common code used by libraries and tools around the libimobiledevice project* |
+| -- | -- |
+| Homepage | [https://github.com/libimobiledevice/libimobiledevice-glue](https://github.com/libimobiledevice/libimobiledevice-glue) |
+| Versions | 2021.11.24 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libimobiledevice-glue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libimobiledevice-glue/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libimobiledevice-glue
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libimobiledevice-glue")
+```
+
+
 ### libisl (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -4834,6 +4834,29 @@ add_requires("libimagequant")
 ```
 
 
+### libimobiledevice-glue (macosx)
+
+
+| Description | *A library with common code used by libraries and tools around the libimobiledevice project* |
+| -- | -- |
+| Homepage | [https://github.com/libimobiledevice/libimobiledevice-glue](https://github.com/libimobiledevice/libimobiledevice-glue) |
+| Versions | 2021.11.24 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libimobiledevice-glue/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libimobiledevice-glue/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libimobiledevice-glue
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libimobiledevice-glue")
+```
+
+
 ### libintl (macosx)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-19T22:28:35+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-19T22:28:36+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-19T22:28:36+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-19T22:28:37+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-19T22:28:37+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-19T22:28:37+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-19T22:28:37+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-19T22:28:38+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-19T22:28:38+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-19T22:28:38+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-19T22:28:38+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-19T22:28:38+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-19T22:28:39+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-19T22:28:39+08:00</lastmod>
+  <lastmod>2021-12-20T01:38:40+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: highfive, ceres-solver, ifort**
+- **Recently added: libimobiledevice-glue, highfive, ceres-solver**
 
 [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)
-- 包列表 (551)
+- 包列表 (552)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)