Bläddra i källkod

autoupdate docs by xmake-repo/ci

ruki 2 år sedan
förälder
incheckning
472266eb72

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: clib, libdill, utf8.h**
+- **Recently added: blah, clib, libdill**
 
 [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 (809)
+- Packages (810)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -1245,6 +1245,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
+<h3 id="blahlinux">blah (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A small 2d c++ game framework</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NoelFB/blah">https://github.com/NoelFB/blah</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.01.03</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/b/blah/xmake.lua">blah/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blah
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blah")
+</code></pre>
 <h3 id="blake3linux">blake3 (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -1056,6 +1056,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
+<h3 id="blahmacosx">blah (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A small 2d c++ game framework</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NoelFB/blah">https://github.com/NoelFB/blah</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.01.03</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blah/xmake.lua">blah/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blah
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blah")
+</code></pre>
 <h3 id="blake3macosx">blake3 (macosx)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/windows.html

@@ -887,6 +887,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("bison")
 </code></pre>
+<h3 id="blahwindows">blah (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>A small 2d c++ game framework</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/NoelFB/blah">https://github.com/NoelFB/blah</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2023.01.03</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blah/xmake.lua">blah/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install blah
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("blah")
+</code></pre>
 <h3 id="blake3windows">blake3 (windows)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -763,6 +763,30 @@ add_requires("bison")
 ```
 
 
+### blah (linux)
+
+
+| Description | *A small 2d c++ game framework* |
+| -- | -- |
+| Homepage | [https://github.com/NoelFB/blah](https://github.com/NoelFB/blah) |
+| License | MIT |
+| Versions | 2023.01.03 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [blah/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blah/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blah
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blah")
+```
+
+
 ### blake3 (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -642,6 +642,30 @@ add_requires("bison")
 ```
 
 
+### blah (macosx)
+
+
+| Description | *A small 2d c++ game framework* |
+| -- | -- |
+| Homepage | [https://github.com/NoelFB/blah](https://github.com/NoelFB/blah) |
+| License | MIT |
+| Versions | 2023.01.03 |
+| Architectures | arm64, x86_64 |
+| Definition | [blah/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blah/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blah
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blah")
+```
+
+
 ### blake3 (macosx)
 
 

+ 24 - 0
packages/windows.md

@@ -526,6 +526,30 @@ add_requires("bison")
 ```
 
 
+### blah (windows)
+
+
+| Description | *A small 2d c++ game framework* |
+| -- | -- |
+| Homepage | [https://github.com/NoelFB/blah](https://github.com/NoelFB/blah) |
+| License | MIT |
+| Versions | 2023.01.03 |
+| Architectures | arm64, x64, x86 |
+| Definition | [blah/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/b/blah/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install blah
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("blah")
+```
+
+
 ### blake3 (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-01-04T13:44:35+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-01-04T13:44:39+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-01-04T13:44:39+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-01-04T13:44:40+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-01-04T13:44:40+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-01-04T13:44:40+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-01-04T13:44:41+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-01-04T13:44:41+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-01-04T13:44:41+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-01-04T13:44:42+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-01-04T13:44:42+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-01-04T13:44:43+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-01-04T13:44:43+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-01-04T13:44:44+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-01-04T13:44:44+08:00</lastmod>
+  <lastmod>2023-01-04T14:14:53+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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