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

autoupdate docs by xmake-repo/ci

ruki 3 роки тому
батько
коміт
acb51b19bc
7 змінених файлів з 140 додано та 18 видалено
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 74 0
      mirror/packages/linux.html
  4. 48 0
      packages/linux.md
  5. 14 14
      sitemap.xml
  6. 1 1
      zh-cn/_coverpage.md
  7. 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: crc32c, exprtk, strtk**
+- **Recently added: iso-codes, wayland-protocols, crc32c**
 
 [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 (562)
+- Packages (564)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 74 - 0
mirror/packages/linux.html

@@ -6221,6 +6221,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("irrxml")
 </code></pre>
+<h3 id="isocodeslinux">iso-codes (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Provides lists of various ISO standards</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://salsa.debian.org/iso-codes-team/iso-codes">https://salsa.debian.org/iso-codes-team/iso-codes</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-2.1-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.8.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/i/iso-codes/xmake.lua">iso-codes/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install iso-codes
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("iso-codes")
+</code></pre>
 <h3 id="itklinux">itk (linux)</h3>
 <table>
 <thead>
@@ -18476,6 +18513,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("wayland")
 </code></pre>
+<h3 id="waylandprotocolslinux">wayland-protocols (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Additional Wayland protocols</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://wayland.freedesktop.org">https://wayland.freedesktop.org</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.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/w/wayland-protocols/xmake.lua">wayland-protocols/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install wayland-protocols
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("wayland-protocols")
+</code></pre>
 <h2 id="x">x</h2>
 <h3 id="x264linux">x264 (linux)</h3>
 <table>

+ 48 - 0
packages/linux.md

@@ -4099,6 +4099,30 @@ add_requires("irrxml")
 ```
 
 
+### iso-codes (linux)
+
+
+| Description | *Provides lists of various ISO standards* |
+| -- | -- |
+| Homepage | [https://salsa.debian.org/iso-codes-team/iso-codes](https://salsa.debian.org/iso-codes-team/iso-codes) |
+| License | LGPL-2.1-or-later |
+| Versions | 4.8.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [iso-codes/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/iso-codes/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install iso-codes
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("iso-codes")
+```
+
+
 ### itk (linux)
 
 
@@ -12357,6 +12381,30 @@ add_requires("wayland")
 ```
 
 
+### wayland-protocols (linux)
+
+
+| Description | *Additional Wayland protocols* |
+| -- | -- |
+| Homepage | [https://wayland.freedesktop.org](https://wayland.freedesktop.org) |
+| License | MIT |
+| Versions | 1.24 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [wayland-protocols/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/w/wayland-protocols/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install wayland-protocols
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("wayland-protocols")
+```
+
+
 
 ## x
 ### x264 (linux)

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-24T13:49:04+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-24T13:49:06+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-24T13:49:06+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-24T13:49:06+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-24T13:49:06+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-24T13:49:07+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-24T13:49:07+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-24T13:49:07+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-24T13:49:07+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-24T13:49:08+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-24T13:49:08+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-24T13:49:08+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-24T13:49:08+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-24T13:49:08+08:00</lastmod>
+  <lastmod>2021-12-24T16:01:27+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: crc32c, exprtk, strtk**
+- **Recently added: iso-codes, wayland-protocols, crc32c**
 
 [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)
-- 包列表 (562)
+- 包列表 (564)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)