Ver Fonte

autoupdate docs by xmake-repo/ci

ruki há 3 anos atrás
pai
commit
e92f172b75

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: git-crypt, blend2d, thrust**
+- **Recently added: pdcurses, git-crypt, blend2d**
 
 [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 (711)
+- Packages (712)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -18047,6 +18047,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="pdcurseslinux">pdcurses (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PDCurses - a curses library for environments that don&#39;t fit the termcap/terminfo model.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pdcurses.org/">https://pdcurses.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.9</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/p/pdcurses/xmake.lua">pdcurses/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pdcurses
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pdcurses")
+</code></pre>
 <h3 id="pegtllinux">pegtl (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -16697,6 +16697,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="pdcursesmacosx">pdcurses (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PDCurses - a curses library for environments that don&#39;t fit the termcap/terminfo model.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pdcurses.org/">https://pdcurses.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.9</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/p/pdcurses/xmake.lua">pdcurses/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pdcurses
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pdcurses")
+</code></pre>
 <h3 id="pegtlmacosx">pegtl (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -6842,6 +6842,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="pdcursesmingw">pdcurses (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PDCurses - a curses library for environments that don&#39;t fit the termcap/terminfo model.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pdcurses.org/">https://pdcurses.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.9</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pdcurses/xmake.lua">pdcurses/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] pdcurses
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pdcurses")
+</code></pre>
 <h3 id="pegtlmingw">pegtl (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -14135,6 +14135,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("pcre2")
 </code></pre>
+<h3 id="pdcurseswindows">pdcurses (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>PDCurses - a curses library for environments that don&#39;t fit the termcap/terminfo model.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://pdcurses.org/">https://pdcurses.org/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>3.9</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pdcurses/xmake.lua">pdcurses/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install pdcurses
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("pdcurses")
+</code></pre>
 <h3 id="pegtlwindows">pegtl (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -12031,6 +12031,29 @@ add_requires("pcre2")
 ```
 
 
+### pdcurses (linux)
+
+
+| Description | *PDCurses - a curses library for environments that don't fit the termcap/terminfo model.* |
+| -- | -- |
+| Homepage | [https://pdcurses.org/](https://pdcurses.org/) |
+| Versions | 3.9 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [pdcurses/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pdcurses/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pdcurses
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pdcurses")
+```
+
+
 ### pegtl (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -11133,6 +11133,29 @@ add_requires("pcre2")
 ```
 
 
+### pdcurses (macosx)
+
+
+| Description | *PDCurses - a curses library for environments that don't fit the termcap/terminfo model.* |
+| -- | -- |
+| Homepage | [https://pdcurses.org/](https://pdcurses.org/) |
+| Versions | 3.9 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [pdcurses/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pdcurses/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pdcurses
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pdcurses")
+```
+
+
 ### pegtl (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -4545,6 +4545,29 @@ add_requires("pcre2")
 ```
 
 
+### pdcurses (mingw)
+
+
+| Description | *PDCurses - a curses library for environments that don't fit the termcap/terminfo model.* |
+| -- | -- |
+| Homepage | [https://pdcurses.org/](https://pdcurses.org/) |
+| Versions | 3.9 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [pdcurses/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pdcurses/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] pdcurses
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pdcurses")
+```
+
+
 ### pegtl (mingw)
 
 

+ 23 - 0
packages/windows.md

@@ -9379,6 +9379,29 @@ add_requires("pcre2")
 ```
 
 
+### pdcurses (windows)
+
+
+| Description | *PDCurses - a curses library for environments that don't fit the termcap/terminfo model.* |
+| -- | -- |
+| Homepage | [https://pdcurses.org/](https://pdcurses.org/) |
+| Versions | 3.9 |
+| Architectures | x64, x86 |
+| Definition | [pdcurses/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/p/pdcurses/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install pdcurses
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("pdcurses")
+```
+
+
 ### pegtl (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-06-22T14:55:54+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-06-22T14:55:57+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-06-22T14:55:57+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-06-22T14:55:57+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-06-22T14:55:58+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-06-22T14:55:58+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-06-22T14:55:58+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-06-22T14:55:59+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-06-22T14:55:59+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-06-22T14:55:59+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-06-22T14:56:00+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-06-22T14:56:00+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-06-22T14:56:00+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-06-22T14:56:00+08:00</lastmod>
+  <lastmod>2022-06-22T23:48:45+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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