Skip to content

Commit 67d909f

Browse files
committed
autoupdate docs by xmake-repo/ci
1 parent 0980f3c commit 67d909f

25 files changed

+687
-77
lines changed

_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
- *Simple, lightweight, cross-platform*
88
- *Modern C/C++ package manager, support distributed repositories*
9-
- **Recently added: fmm3d, cppli**
9+
- **Recently added: appimage, fmm3d**
1010

1111
[Gitee](https://gitee.com/tboox/xrepo/)
1212
[Github](https://github.com/xmake-io/xrepo/)

_sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Getting Started
22
- [Sponsor](https://xmake.io/#/about/sponsor)
33
- [Quick Start](getting_started.md)
4-
- Packages (1868)
4+
- Packages (1869)
55
- [android](packages/android.md)
66
- [bsd](packages/bsd.md)
77
- [cross](packages/cross.md)

mirror/packages/android.html

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,43 @@ <h5 id="installcommand">Install command</h5>
797797
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
798798
<pre><code class="lang-lua">add_requires("aom")
799799
</code></pre>
800+
<h3 id="appimageandroid">appimage (android)</h3>
801+
<table>
802+
<thead>
803+
<tr>
804+
<th>Description</th>
805+
<th><em>AppImage packaging tool (appimagetool) for creating AppImage files</em></th>
806+
</tr>
807+
</thead>
808+
<tbody>
809+
<tr>
810+
<td>Homepage</td>
811+
<td><a href="https://appimage.org/">https://appimage.org/</a></td>
812+
</tr>
813+
<tr>
814+
<td>License</td>
815+
<td>MIT</td>
816+
</tr>
817+
<tr>
818+
<td>Versions</td>
819+
<td>12.0, 13.0</td>
820+
</tr>
821+
<tr>
822+
<td>Architectures</td>
823+
<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, riscv64, x86, x86_64</td>
824+
</tr>
825+
<tr>
826+
<td>Definition</td>
827+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/appimage/xmake.lua">appimage/xmake.lua</a></td>
828+
</tr>
829+
</tbody>
830+
</table>
831+
<h5 id="installcommand">Install command</h5>
832+
<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] appimage
833+
</code></pre>
834+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
835+
<pre><code class="lang-lua">add_requires("appimage")
836+
</code></pre>
800837
<h3 id="aqtandroid">aqt (android)</h3>
801838
<table>
802839
<thead>
@@ -9388,7 +9425,7 @@ <h3 id="fakeitandroid">fakeit (android)</h3>
93889425
</tr>
93899426
<tr>
93909427
<td>Versions</td>
9391-
<td>2.4.0, 2.4.1</td>
9428+
<td>2.4.0, 2.4.1, 2.5.0</td>
93929429
</tr>
93939430
<tr>
93949431
<td>Architectures</td>
@@ -24597,7 +24634,7 @@ <h3 id="nanoflannandroid">nanoflann (android)</h3>
2459724634
</tr>
2459824635
<tr>
2459924636
<td>Versions</td>
24600-
<td>v1.3.2, v1.4.2, v1.5.0, v1.5.5, v1.6.0, v1.6.1, v1.6.2, v1.7.0, v1.7.1</td>
24637+
<td>v1.3.2, v1.4.2, v1.5.0, v1.5.5, v1.6.0, v1.6.1, v1.6.2, v1.7.0, v1.7.1, v1.8.0</td>
2460124638
</tr>
2460224639
<tr>
2460324640
<td>Architectures</td>

mirror/packages/bsd.html

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,43 @@ <h5 id="installcommand">Install command</h5>
755755
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
756756
<pre><code class="lang-lua">add_requires("aom")
757757
</code></pre>
758+
<h3 id="appimagebsd">appimage (bsd)</h3>
759+
<table>
760+
<thead>
761+
<tr>
762+
<th>Description</th>
763+
<th><em>AppImage packaging tool (appimagetool) for creating AppImage files</em></th>
764+
</tr>
765+
</thead>
766+
<tbody>
767+
<tr>
768+
<td>Homepage</td>
769+
<td><a href="https://appimage.org/">https://appimage.org/</a></td>
770+
</tr>
771+
<tr>
772+
<td>License</td>
773+
<td>MIT</td>
774+
</tr>
775+
<tr>
776+
<td>Versions</td>
777+
<td>12.0, 13.0</td>
778+
</tr>
779+
<tr>
780+
<td>Architectures</td>
781+
<td>i386, x86_64</td>
782+
</tr>
783+
<tr>
784+
<td>Definition</td>
785+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/appimage/xmake.lua">appimage/xmake.lua</a></td>
786+
</tr>
787+
</tbody>
788+
</table>
789+
<h5 id="installcommand">Install command</h5>
790+
<pre><code class="lang-console">xrepo install appimage
791+
</code></pre>
792+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
793+
<pre><code class="lang-lua">add_requires("appimage")
794+
</code></pre>
758795
<h3 id="aqtbsd">aqt (bsd)</h3>
759796
<table>
760797
<thead>
@@ -9510,7 +9547,7 @@ <h3 id="fakeitbsd">fakeit (bsd)</h3>
95109547
</tr>
95119548
<tr>
95129549
<td>Versions</td>
9513-
<td>2.4.0, 2.4.1</td>
9550+
<td>2.4.0, 2.4.1, 2.5.0</td>
95149551
</tr>
95159552
<tr>
95169553
<td>Architectures</td>
@@ -25226,7 +25263,7 @@ <h3 id="nanoflannbsd">nanoflann (bsd)</h3>
2522625263
</tr>
2522725264
<tr>
2522825265
<td>Versions</td>
25229-
<td>v1.3.2, v1.4.2, v1.5.0, v1.5.5, v1.6.0, v1.6.1, v1.6.2, v1.7.0, v1.7.1</td>
25266+
<td>v1.3.2, v1.4.2, v1.5.0, v1.5.5, v1.6.0, v1.6.1, v1.6.2, v1.7.0, v1.7.1, v1.8.0</td>
2523025267
</tr>
2523125268
<tr>
2523225269
<td>Architectures</td>

mirror/packages/cross.html

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,43 @@ <h5 id="installcommand">Install command</h5>
685685
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
686686
<pre><code class="lang-lua">add_requires("aom")
687687
</code></pre>
688+
<h3 id="appimagecross">appimage (cross)</h3>
689+
<table>
690+
<thead>
691+
<tr>
692+
<th>Description</th>
693+
<th><em>AppImage packaging tool (appimagetool) for creating AppImage files</em></th>
694+
</tr>
695+
</thead>
696+
<tbody>
697+
<tr>
698+
<td>Homepage</td>
699+
<td><a href="https://appimage.org/">https://appimage.org/</a></td>
700+
</tr>
701+
<tr>
702+
<td>License</td>
703+
<td>MIT</td>
704+
</tr>
705+
<tr>
706+
<td>Versions</td>
707+
<td>12.0, 13.0</td>
708+
</tr>
709+
<tr>
710+
<td>Architectures</td>
711+
<td>arm, arm64, i386, loong64, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
712+
</tr>
713+
<tr>
714+
<td>Definition</td>
715+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/appimage/xmake.lua">appimage/xmake.lua</a></td>
716+
</tr>
717+
</tbody>
718+
</table>
719+
<h5 id="installcommand">Install command</h5>
720+
<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] appimage
721+
</code></pre>
722+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
723+
<pre><code class="lang-lua">add_requires("appimage")
724+
</code></pre>
688725
<h3 id="aqtcross">aqt (cross)</h3>
689726
<table>
690727
<thead>
@@ -9485,7 +9522,7 @@ <h3 id="fakeitcross">fakeit (cross)</h3>
94859522
</tr>
94869523
<tr>
94879524
<td>Versions</td>
9488-
<td>2.4.0, 2.4.1</td>
9525+
<td>2.4.0, 2.4.1, 2.5.0</td>
94899526
</tr>
94909527
<tr>
94919528
<td>Architectures</td>
@@ -17980,7 +18017,7 @@ <h3 id="libratscross">librats (cross)</h3>
1798018017
</tr>
1798118018
<tr>
1798218019
<td>Versions</td>
17983-
<td>0.1.5, 0.2.1, 0.3.0, 0.3.1</td>
18020+
<td>0.1.5, 0.2.1, 0.3.0, 0.3.1, 0.4.0</td>
1798418021
</tr>
1798518022
<tr>
1798618023
<td>Architectures</td>
@@ -24086,7 +24123,7 @@ <h3 id="nanoflanncross">nanoflann (cross)</h3>
2408624123
</tr>
2408724124
<tr>
2408824125
<td>Versions</td>
24089-
<td>v1.3.2, v1.4.2, v1.5.0, v1.5.5, v1.6.0, v1.6.1, v1.6.2, v1.7.0, v1.7.1</td>
24126+
<td>v1.3.2, v1.4.2, v1.5.0, v1.5.5, v1.6.0, v1.6.1, v1.6.2, v1.7.0, v1.7.1, v1.8.0</td>
2409024127
</tr>
2409124128
<tr>
2409224129
<td>Architectures</td>

mirror/packages/iphoneos.html

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,43 @@ <h5 id="installcommand">Install command</h5>
722722
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
723723
<pre><code class="lang-lua">add_requires("aom")
724724
</code></pre>
725+
<h3 id="appimageiphoneos">appimage (iphoneos)</h3>
726+
<table>
727+
<thead>
728+
<tr>
729+
<th>Description</th>
730+
<th><em>AppImage packaging tool (appimagetool) for creating AppImage files</em></th>
731+
</tr>
732+
</thead>
733+
<tbody>
734+
<tr>
735+
<td>Homepage</td>
736+
<td><a href="https://appimage.org/">https://appimage.org/</a></td>
737+
</tr>
738+
<tr>
739+
<td>License</td>
740+
<td>MIT</td>
741+
</tr>
742+
<tr>
743+
<td>Versions</td>
744+
<td>12.0, 13.0</td>
745+
</tr>
746+
<tr>
747+
<td>Architectures</td>
748+
<td>arm64, x86_64</td>
749+
</tr>
750+
<tr>
751+
<td>Definition</td>
752+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/appimage/xmake.lua">appimage/xmake.lua</a></td>
753+
</tr>
754+
</tbody>
755+
</table>
756+
<h5 id="installcommand">Install command</h5>
757+
<pre><code class="lang-console">xrepo install -p iphoneos appimage
758+
</code></pre>
759+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
760+
<pre><code class="lang-lua">add_requires("appimage")
761+
</code></pre>
725762
<h3 id="aqtiphoneos">aqt (iphoneos)</h3>
726763
<table>
727764
<thead>
@@ -9025,7 +9062,7 @@ <h3 id="fakeitiphoneos">fakeit (iphoneos)</h3>
90259062
</tr>
90269063
<tr>
90279064
<td>Versions</td>
9028-
<td>2.4.0, 2.4.1</td>
9065+
<td>2.4.0, 2.4.1, 2.5.0</td>
90299066
</tr>
90309067
<tr>
90319068
<td>Architectures</td>
@@ -23461,7 +23498,7 @@ <h3 id="nanoflanniphoneos">nanoflann (iphoneos)</h3>
2346123498
</tr>
2346223499
<tr>
2346323500
<td>Versions</td>
23464-
<td>v1.3.2, v1.4.2, v1.5.0, v1.5.5, v1.6.0, v1.6.1, v1.6.2, v1.7.0, v1.7.1</td>
23501+
<td>v1.3.2, v1.4.2, v1.5.0, v1.5.5, v1.6.0, v1.6.1, v1.6.2, v1.7.0, v1.7.1, v1.8.0</td>
2346523502
</tr>
2346623503
<tr>
2346723504
<td>Architectures</td>

mirror/packages/linux.html

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,43 @@ <h5 id="installcommand">Install command</h5>
11231123
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
11241124
<pre><code class="lang-lua">add_requires("aom")
11251125
</code></pre>
1126+
<h3 id="appimagelinux">appimage (linux)</h3>
1127+
<table>
1128+
<thead>
1129+
<tr>
1130+
<th>Description</th>
1131+
<th><em>AppImage packaging tool (appimagetool) for creating AppImage files</em></th>
1132+
</tr>
1133+
</thead>
1134+
<tbody>
1135+
<tr>
1136+
<td>Homepage</td>
1137+
<td><a href="https://appimage.org/">https://appimage.org/</a></td>
1138+
</tr>
1139+
<tr>
1140+
<td>License</td>
1141+
<td>MIT</td>
1142+
</tr>
1143+
<tr>
1144+
<td>Versions</td>
1145+
<td>12.0, 13.0</td>
1146+
</tr>
1147+
<tr>
1148+
<td>Architectures</td>
1149+
<td>arm64, armv7, armv7s, i386, loong64, mips, mips64, mips64el, mipsel, x86_64</td>
1150+
</tr>
1151+
<tr>
1152+
<td>Definition</td>
1153+
<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/appimage/xmake.lua">appimage/xmake.lua</a></td>
1154+
</tr>
1155+
</tbody>
1156+
</table>
1157+
<h5 id="installcommand">Install command</h5>
1158+
<pre><code class="lang-console">xrepo install appimage
1159+
</code></pre>
1160+
<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
1161+
<pre><code class="lang-lua">add_requires("appimage")
1162+
</code></pre>
11261163
<h3 id="aprlinux">apr (linux)</h3>
11271164
<table>
11281165
<thead>
@@ -14062,7 +14099,7 @@ <h3 id="fakeitlinux">fakeit (linux)</h3>
1406214099
</tr>
1406314100
<tr>
1406414101
<td>Versions</td>
14065-
<td>2.4.0, 2.4.1</td>
14102+
<td>2.4.0, 2.4.1, 2.5.0</td>
1406614103
</tr>
1406714104
<tr>
1406814105
<td>Architectures</td>
@@ -29332,7 +29369,7 @@ <h3 id="libratslinux">librats (linux)</h3>
2933229369
</tr>
2933329370
<tr>
2933429371
<td>Versions</td>
29335-
<td>0.1.5, 0.2.1, 0.3.0, 0.3.1</td>
29372+
<td>0.1.5, 0.2.1, 0.3.0, 0.3.1, 0.4.0</td>
2933629373
</tr>
2933729374
<tr>
2933829375
<td>Architectures</td>
@@ -39513,7 +39550,7 @@ <h3 id="nanoflannlinux">nanoflann (linux)</h3>
3951339550
</tr>
3951439551
<tr>
3951539552
<td>Versions</td>
39516-
<td>v1.3.2, v1.4.2, v1.5.0, v1.5.5, v1.6.0, v1.6.1, v1.6.2, v1.7.0, v1.7.1</td>
39553+
<td>v1.3.2, v1.4.2, v1.5.0, v1.5.5, v1.6.0, v1.6.1, v1.6.2, v1.7.0, v1.7.1, v1.8.0</td>
3951739554
</tr>
3951839555
<tr>
3951939556
<td>Architectures</td>
@@ -42035,7 +42072,7 @@ <h3 id="onednnlinux">onednn (linux)</h3>
4203542072
</tr>
4203642073
<tr>
4203742074
<td>Versions</td>
42038-
<td>v2.5.4, v3.3.4, v3.4, v3.4.1, v3.4.2, v3.4.3, v3.5, v3.5.1, v3.5.2, v3.5.3, v3.6, v3.6.1, v3.6.2, v3.7.1, v3.7.2, v3.8, v3.8.1, v3.9, v3.9.1, v3.10</td>
42075+
<td>v2.5.4, v3.3.4, v3.4, v3.4.1, v3.4.2, v3.4.3, v3.5, v3.5.1, v3.5.2, v3.5.3, v3.6, v3.6.1, v3.6.2, v3.7.1, v3.7.2, v3.8, v3.8.1, v3.9, v3.9.1, v3.10, v3.10.1</td>
4203942076
</tr>
4204042077
<tr>
4204142078
<td>Architectures</td>
@@ -61392,7 +61429,7 @@ <h3 id="wigxjpflinux">wigxjpf (linux)</h3>
6139261429
</tr>
6139361430
<tr>
6139461431
<td>License</td>
61395-
<td>table: 0x55d0f78f7ed0</td>
61432+
<td>table: 0x55a6633f3ee0</td>
6139661433
</tr>
6139761434
<tr>
6139861435
<td>Versions</td>

0 commit comments

Comments
 (0)