Forráskód Böngészése

autoupdate docs by xmake-repo/ci

ruki 2 éve
szülő
commit
65e9277352

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: termcolor, elfio, pycdc**
+- **Recently added: usd, termcolor, elfio**
 
 [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 (797)
+- Packages (798)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/linux.html

@@ -25164,6 +25164,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uriparser")
 </code></pre>
+<h3 id="usdlinux">usd (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Universal Scene Description</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.openusd.org">http://www.openusd.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v22.11</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/u/usd/xmake.lua">usd/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install usd
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("usd")
+</code></pre>
 <h3 id="utf8proclinux">utf8proc (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -23501,6 +23501,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uriparser")
 </code></pre>
+<h3 id="usdmacosx">usd (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Universal Scene Description</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.openusd.org">http://www.openusd.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v22.11</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/u/usd/xmake.lua">usd/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install usd
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("usd")
+</code></pre>
 <h3 id="utf8procmacosx">utf8proc (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -20597,6 +20597,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("uriparser")
 </code></pre>
+<h3 id="usdwindows">usd (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Universal Scene Description</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.openusd.org">http://www.openusd.org</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v22.11</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/u/usd/xmake.lua">usd/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install usd
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("usd")
+</code></pre>
 <h3 id="utf8procwindows">utf8proc (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/linux.md

@@ -16769,6 +16769,29 @@ add_requires("uriparser")
 ```
 
 
+### usd (linux)
+
+
+| Description | *Universal Scene Description* |
+| -- | -- |
+| Homepage | [http://www.openusd.org](http://www.openusd.org) |
+| Versions | v22.11 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [usd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/usd/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install usd
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("usd")
+```
+
+
 ### utf8proc (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -15660,6 +15660,29 @@ add_requires("uriparser")
 ```
 
 
+### usd (macosx)
+
+
+| Description | *Universal Scene Description* |
+| -- | -- |
+| Homepage | [http://www.openusd.org](http://www.openusd.org) |
+| Versions | v22.11 |
+| Architectures | arm64, x86_64 |
+| Definition | [usd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/usd/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install usd
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("usd")
+```
+
+
 ### utf8proc (macosx)
 
 

+ 23 - 0
packages/windows.md

@@ -13673,6 +13673,29 @@ add_requires("uriparser")
 ```
 
 
+### usd (windows)
+
+
+| Description | *Universal Scene Description* |
+| -- | -- |
+| Homepage | [http://www.openusd.org](http://www.openusd.org) |
+| Versions | v22.11 |
+| Architectures | x64 |
+| Definition | [usd/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/u/usd/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install usd
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("usd")
+```
+
+
 ### utf8proc (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-12-19T14:09:52+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-12-19T14:09:54+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-12-19T14:09:54+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-12-19T14:09:54+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-12-19T14:09:55+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-12-19T14:09:55+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-12-19T14:09:55+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-12-19T14:09:55+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-12-19T14:09:56+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-12-19T14:09:56+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-12-19T14:09:56+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-12-19T14:09:57+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-12-19T14:09:57+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-12-19T14:09:57+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-12-19T14:09:57+08:00</lastmod>
+  <lastmod>2022-12-21T12:10:23+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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