Răsfoiți Sursa

autoupdate docs by xmake-repo/ci

ruki 3 ani în urmă
părinte
comite
85128a509b

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: zimg, lame, faac**
+- **Recently added: awk, zimg, lame**
 
 [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 (595)
+- Packages (596)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/bsd.html

@@ -265,6 +265,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("binutils")
 </code></pre>
+<h3 id="bisonbsd">bison (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A general-purpose parser generator.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/bison/">https://www.gnu.org/software/bison/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.7.4, 3.7.6, 3.8.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bison/xmake.lua">bison/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install bison
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("bison")
+</code></pre>
 <h3 id="brotlibsd">brotli (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -557,6 +557,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("automake")
 </code></pre>
+<h3 id="awklinux">awk (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>One true awk</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/onetrueawk/awk">https://github.com/onetrueawk/awk</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.26</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/awk/xmake.lua">awk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install awk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("awk")
+</code></pre>
 <h2 id="b">b</h2>
 <h3 id="backwardcpplinux">backward-cpp (linux)</h3>
 <table>

+ 33 - 0
mirror/packages/macosx.html

@@ -442,6 +442,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("automake")
 </code></pre>
+<h3 id="awkmacosx">awk (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>One true awk</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/onetrueawk/awk">https://github.com/onetrueawk/awk</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.12.26</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/a/awk/xmake.lua">awk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install awk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("awk")
+</code></pre>
 <h2 id="b">b</h2>
 <h3 id="backwardcppmacosx">backward-cpp (macosx)</h3>
 <table>

+ 24 - 0
packages/bsd.md

@@ -118,6 +118,30 @@ add_requires("binutils")
 ```
 
 
+### bison (bsd)
+
+
+| Description | *A general-purpose parser generator.* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/bison/](https://www.gnu.org/software/bison/) |
+| License | GPL-3.0 |
+| Versions | 3.7.4, 3.7.6, 3.8.2 |
+| Architectures | i386, x86_64 |
+| Definition | [bison/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/bison/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install bison
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("bison")
+```
+
+
 ### brotli (bsd)
 
 

+ 23 - 0
packages/linux.md

@@ -309,6 +309,29 @@ add_requires("automake")
 ```
 
 
+### awk (linux)
+
+
+| Description | *One true awk* |
+| -- | -- |
+| Homepage | [https://github.com/onetrueawk/awk](https://github.com/onetrueawk/awk) |
+| Versions | 2021.12.26 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [awk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/awk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install awk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("awk")
+```
+
+
 
 ## b
 ### backward-cpp (linux)

+ 23 - 0
packages/macosx.md

@@ -236,6 +236,29 @@ add_requires("automake")
 ```
 
 
+### awk (macosx)
+
+
+| Description | *One true awk* |
+| -- | -- |
+| Homepage | [https://github.com/onetrueawk/awk](https://github.com/onetrueawk/awk) |
+| Versions | 2021.12.26 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [awk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/awk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install awk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("awk")
+```
+
+
 
 ## b
 ### backward-cpp (macosx)

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-01-14T08:31:07+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-01-14T08:31:09+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-01-14T08:31:09+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-01-14T08:31:10+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-01-14T08:31:10+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-01-14T08:31:10+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-01-14T08:31:10+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:33+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-01-14T08:31:10+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-01-14T08:31:11+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-01-14T08:31:11+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-01-14T08:31:11+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-01-14T08:31:11+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-01-14T08:31:11+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-01-14T08:31:12+08:00</lastmod>
+  <lastmod>2022-01-14T08:42:35+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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