Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
6e7c090e94
9 changed files with 262 additions and 18 deletions
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 74 0
      mirror/packages/linux.html
  4. 74 0
      mirror/packages/macosx.html
  5. 48 0
      packages/linux.md
  6. 48 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: gmm, leveldb, openblas**
+- **Recently added: gnu-sed, libxtst, gmm**
 
 [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 (156)
+- Packages (158)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 74 - 0
mirror/packages/linux.html

@@ -1355,6 +1355,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gmm")
 </code></pre>
+<h3 id="gnusedlinux">gnu-sed (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GNU implementation of the famous stream editor.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/sed/">https://www.gnu.org/software/sed/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.8</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/g/gnu-sed/xmake.lua">gnu-sed/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gnu-sed
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gnu-sed")
+</code></pre>
 <h3 id="golinux">go (linux)</h3>
 <table>
 <thead>
@@ -3112,6 +3149,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libxshmfence")
 </code></pre>
+<h3 id="libxtstlinux">libxtst (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>X.Org: Client API for the XTEST &amp; RECORD extensions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.x.org/">https://www.x.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.3</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/libxtst/xmake.lua">libxtst/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libxtst
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libxtst")
+</code></pre>
 <h3 id="libxvlinux">libxv (linux)</h3>
 <table>
 <thead>

+ 74 - 0
mirror/packages/macosx.html

@@ -1322,6 +1322,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("gmm")
 </code></pre>
+<h3 id="gnusedmacosx">gnu-sed (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>GNU implementation of the famous stream editor.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/sed/">https://www.gnu.org/software/sed/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.8</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/g/gnu-sed/xmake.lua">gnu-sed/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install gnu-sed
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("gnu-sed")
+</code></pre>
 <h3 id="gomacosx">go (macosx)</h3>
 <table>
 <thead>
@@ -3046,6 +3083,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libxshmfence")
 </code></pre>
+<h3 id="libxtstmacosx">libxtst (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>X.Org: Client API for the XTEST &amp; RECORD extensions</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.x.org/">https://www.x.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.2.3</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/libxtst/xmake.lua">libxtst/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libxtst
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libxtst")
+</code></pre>
 <h3 id="libxvmacosx">libxv (macosx)</h3>
 <table>
 <thead>

+ 48 - 0
packages/linux.md

@@ -886,6 +886,30 @@ add_requires("gmm")
 ```
 
 
+### gnu-sed (linux)
+
+
+| Description | *GNU implementation of the famous stream editor.* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/sed/](https://www.gnu.org/software/sed/) |
+| License | GPL-3.0 |
+| Versions | 4.8 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [gnu-sed/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gnu-sed/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gnu-sed
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gnu-sed")
+```
+
+
 ### go (linux)
 
 
@@ -2114,6 +2138,30 @@ add_requires("libxshmfence")
 ```
 
 
+### libxtst (linux)
+
+
+| Description | *X.Org: Client API for the XTEST & RECORD extensions* |
+| -- | -- |
+| Homepage | [https://www.x.org/](https://www.x.org/) |
+| License | MIT |
+| Versions | 1.2.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libxtst/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxtst/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libxtst
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libxtst")
+```
+
+
 ### libxv (linux)
 
 

+ 48 - 0
packages/macosx.md

@@ -863,6 +863,30 @@ add_requires("gmm")
 ```
 
 
+### gnu-sed (macosx)
+
+
+| Description | *GNU implementation of the famous stream editor.* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/sed/](https://www.gnu.org/software/sed/) |
+| License | GPL-3.0 |
+| Versions | 4.8 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [gnu-sed/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/g/gnu-sed/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install gnu-sed
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("gnu-sed")
+```
+
+
 ### go (macosx)
 
 
@@ -2068,6 +2092,30 @@ add_requires("libxshmfence")
 ```
 
 
+### libxtst (macosx)
+
+
+| Description | *X.Org: Client API for the XTEST & RECORD extensions* |
+| -- | -- |
+| Homepage | [https://www.x.org/](https://www.x.org/) |
+| License | MIT |
+| Versions | 1.2.3 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libxtst/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libxtst/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libxtst
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libxtst")
+```
+
+
 ### libxv (macosx)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-12T04:51:44+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-12T04:51:45+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-12T04:51:45+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-12T04:51:46+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-12T04:51:46+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-12T04:51:46+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-12T04:51:46+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-12T04:51:46+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-12T04:51:47+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-12T04:51:47+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-12T04:51:47+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-12T04:51:47+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-12T04:51:47+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-12T04:51:48+08:00</lastmod>
+  <lastmod>2020-11-12T09:22:47+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: gmm, leveldb, openblas**
+- **Recently added: gnu-sed, libxtst, gmm**
 
 [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)
-- 包列表 (156)
+- 包列表 (158)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)