Pārlūkot izejas kodu

autoupdate docs by xmake-repo/ci

ruki 4 gadi atpakaļ
vecāks
revīzija
6342d0de23

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: chaiscript, spirv-cross, spirv-reflect**
+- **Recently added: fltk, chaiscript, spirv-cross**
 
 [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 (184)
+- Packages (185)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -701,6 +701,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("ffmpeg")
 </code></pre>
+<h3 id="fltkandroid">fltk (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast Light Toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.fltk.org">https://www.fltk.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fltk/xmake.lua">fltk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] fltk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fltk")
+</code></pre>
 <h3 id="fmtandroid">fmt (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -1271,6 +1271,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fftw")
 </code></pre>
+<h3 id="fltklinux">fltk (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast Light Toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.fltk.org">https://www.fltk.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.0</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/f/fltk/xmake.lua">fltk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fltk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fltk")
+</code></pre>
 <h3 id="fmtlinux">fmt (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -1238,6 +1238,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fftw")
 </code></pre>
+<h3 id="fltkmacosx">fltk (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast Light Toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.fltk.org">https://www.fltk.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.0</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/f/fltk/xmake.lua">fltk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fltk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fltk")
+</code></pre>
 <h3 id="fmtmacosx">fmt (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -664,6 +664,39 @@
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
 <h2 id="f">f</h2>
+<h3 id="fltkmingw">fltk (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast Light Toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.fltk.org">https://www.fltk.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.0</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/f/fltk/xmake.lua">fltk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] fltk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fltk")
+</code></pre>
 <h3 id="fmtmingw">fmt (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -1205,6 +1205,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("fftw")
 </code></pre>
+<h3 id="fltkwindows">fltk (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Fast Light Toolkit</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.fltk.org">https://www.fltk.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.0</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/f/fltk/xmake.lua">fltk/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install fltk
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("fltk")
+</code></pre>
 <h3 id="fmtwindows">fmt (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -424,6 +424,29 @@ add_requires("ffmpeg")
 ```
 
 
+### fltk (android)
+
+
+| Description | *Fast Light Toolkit* |
+| -- | -- |
+| Homepage | [https://www.fltk.org](https://www.fltk.org) |
+| Versions | 1.4.0 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [fltk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fltk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] fltk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fltk")
+```
+
+
 ### fmt (android)
 
 

+ 23 - 0
packages/linux.md

@@ -819,6 +819,29 @@ add_requires("fftw")
 ```
 
 
+### fltk (linux)
+
+
+| Description | *Fast Light Toolkit* |
+| -- | -- |
+| Homepage | [https://www.fltk.org](https://www.fltk.org) |
+| Versions | 1.4.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [fltk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fltk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fltk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fltk")
+```
+
+
 ### fmt (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -796,6 +796,29 @@ add_requires("fftw")
 ```
 
 
+### fltk (macosx)
+
+
+| Description | *Fast Light Toolkit* |
+| -- | -- |
+| Homepage | [https://www.fltk.org](https://www.fltk.org) |
+| Versions | 1.4.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [fltk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fltk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fltk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fltk")
+```
+
+
 ### fmt (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -400,6 +400,29 @@ add_requires("doctest")
 
 
 ## f
+### fltk (mingw)
+
+
+| Description | *Fast Light Toolkit* |
+| -- | -- |
+| Homepage | [https://www.fltk.org](https://www.fltk.org) |
+| Versions | 1.4.0 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [fltk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fltk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] fltk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fltk")
+```
+
+
 ### fmt (mingw)
 
 

+ 23 - 0
packages/windows.md

@@ -773,6 +773,29 @@ add_requires("fftw")
 ```
 
 
+### fltk (windows)
+
+
+| Description | *Fast Light Toolkit* |
+| -- | -- |
+| Homepage | [https://www.fltk.org](https://www.fltk.org) |
+| Versions | 1.4.0 |
+| Architectures | x64, x86 |
+| Definition | [fltk/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/f/fltk/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install fltk
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("fltk")
+```
+
+
 ### fmt (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-26T10:02:54+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-26T10:02:55+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-26T10:02:55+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-26T10:02:55+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-26T10:02:56+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-26T10:02:56+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-26T10:02:56+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-26T10:02:56+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-26T10:02:57+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-26T10:02:57+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-26T10:02:57+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-26T10:02:57+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-26T10:02:57+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-26T10:02:58+08:00</lastmod>
+  <lastmod>2020-11-26T10:53:06+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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