Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
d704dd48d2
9 changed files with 131 additions and 19 deletions
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 33 0
      mirror/packages/macosx.html
  4. 33 0
      mirror/packages/windows.html
  5. 23 0
      packages/macosx.md
  6. 23 0
      packages/windows.md
  7. 15 15
      sitemap.xml
  8. 1 1
      zh-cn/_coverpage.md
  9. 1 1
      zh-cn/_sidebar.md

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: hlslpp, nativefiledialog-extended, dartsim**
+- **Recently added: dotnet, hlslpp, nativefiledialog-extended**
 
 [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 (868)
+- Packages (869)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/macosx.html

@@ -4108,6 +4108,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
+<h3 id="dotnetmacosx">dotnet (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>.NET is the free, open-source, cross-platform framework for building modern apps and powerful cloud services.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://dotnet.microsoft.com/">https://dotnet.microsoft.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>7.0.202</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/d/dotnet/xmake.lua">dotnet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dotnet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dotnet")
+</code></pre>
 <h3 id="doubleconversionmacosx">double-conversion (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -4153,6 +4153,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("doctest")
 </code></pre>
+<h3 id="dotnetwindows">dotnet (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>.NET is the free, open-source, cross-platform framework for building modern apps and powerful cloud services.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://dotnet.microsoft.com/">https://dotnet.microsoft.com/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>7.0.202</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/d/dotnet/xmake.lua">dotnet/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install dotnet
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("dotnet")
+</code></pre>
 <h3 id="doubleconversionwindows">double-conversion (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/macosx.md

@@ -2677,6 +2677,29 @@ add_requires("doctest")
 ```
 
 
+### dotnet (macosx)
+
+
+| Description | *.NET is the free, open-source, cross-platform framework for building modern apps and powerful cloud services.* |
+| -- | -- |
+| Homepage | [https://dotnet.microsoft.com/](https://dotnet.microsoft.com/) |
+| Versions | 7.0.202 |
+| Architectures | arm64, x86_64 |
+| Definition | [dotnet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dotnet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dotnet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dotnet")
+```
+
+
 ### double-conversion (macosx)
 
 

+ 23 - 0
packages/windows.md

@@ -2703,6 +2703,29 @@ add_requires("doctest")
 ```
 
 
+### dotnet (windows)
+
+
+| Description | *.NET is the free, open-source, cross-platform framework for building modern apps and powerful cloud services.* |
+| -- | -- |
+| Homepage | [https://dotnet.microsoft.com/](https://dotnet.microsoft.com/) |
+| Versions | 7.0.202 |
+| Architectures | x64, x86 |
+| Definition | [dotnet/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dotnet/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install dotnet
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("dotnet")
+```
+
+
 ### double-conversion (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-03-31T15:29:16+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-03-31T15:29:19+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-03-31T15:29:19+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-03-31T15:29:19+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:34+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-03-31T15:29:19+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-03-31T15:29:20+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-03-31T15:29:20+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:35+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-03-31T15:29:20+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-03-31T15:29:21+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-03-31T15:29:21+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-03-31T15:29:21+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-03-31T15:29:22+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-03-31T15:29:22+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-03-31T15:29:22+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-03-31T15:29:22+08:00</lastmod>
+  <lastmod>2023-04-02T15:50:38+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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