2
0
Эх сурвалжийг харах

autoupdate docs by xmake-repo/ci

ruki 3 жил өмнө
parent
commit
1f337c3096

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libbpg, libpsl, gdk-pixbuf**
+- **Recently added: libsigc++, libbpg, libpsl**
 
 [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 (567)
+- Packages (568)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -9020,6 +9020,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl_ttf")
 </code></pre>
+<h3 id="libsigclinux">libsigc++ (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Callback framework for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libsigcplusplus.github.io/libsigcplusplus">https://libsigcplusplus.github.io/libsigcplusplus</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0.7</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/libsigc++/xmake.lua">libsigc++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsigc++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsigc++")
+</code></pre>
 <h3 id="libsmlinux">libsm (linux)</h3>
 <table>
 <thead>

+ 37 - 0
mirror/packages/macosx.html

@@ -8452,6 +8452,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libsdl_ttf")
 </code></pre>
+<h3 id="libsigcmacosx">libsigc++ (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Callback framework for C++</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://libsigcplusplus.github.io/libsigcplusplus">https://libsigcplusplus.github.io/libsigcplusplus</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>LGPL-3.0-or-later</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.0.7</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/libsigc++/xmake.lua">libsigc++/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libsigc++
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libsigc++")
+</code></pre>
 <h3 id="libsmmacosx">libsm (macosx)</h3>
 <table>
 <thead>

+ 24 - 0
packages/linux.md

@@ -6006,6 +6006,30 @@ add_requires("libsdl_ttf")
 ```
 
 
+### libsigc++ (linux)
+
+
+| Description | *Callback framework for C++* |
+| -- | -- |
+| Homepage | [https://libsigcplusplus.github.io/libsigcplusplus](https://libsigcplusplus.github.io/libsigcplusplus) |
+| License | LGPL-3.0-or-later |
+| Versions | 3.0.7 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [libsigc++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsigc++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsigc++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsigc++")
+```
+
+
 ### libsm (linux)
 
 

+ 24 - 0
packages/macosx.md

@@ -5628,6 +5628,30 @@ add_requires("libsdl_ttf")
 ```
 
 
+### libsigc++ (macosx)
+
+
+| Description | *Callback framework for C++* |
+| -- | -- |
+| Homepage | [https://libsigcplusplus.github.io/libsigcplusplus](https://libsigcplusplus.github.io/libsigcplusplus) |
+| License | LGPL-3.0-or-later |
+| Versions | 3.0.7 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [libsigc++/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libsigc++/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libsigc++
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libsigc++")
+```
+
+
 ### libsm (macosx)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-25T09:27:36+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-25T09:27:38+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-25T09:27:38+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-25T09:27:38+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-25T09:27:39+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-25T09:27:39+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-25T09:27:39+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-25T09:27:40+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-25T09:27:40+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-25T09:27:40+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-25T09:27:40+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-25T09:27:40+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-25T09:27:41+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-25T09:27:41+08:00</lastmod>
+  <lastmod>2021-12-25T15:32:19+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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