Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
7069e3bcc7

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: tclsh, base-n, utf8_range**
+- **Recently added: port, sqlcipher, tclsh**
 
 [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 (861)
+- Packages (862)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -10125,6 +10125,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spirv-tools")
 </code></pre>
+<h3 id="sqlcipherandroid">sqlcipher (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zetetic.net/sqlcipher/">https://www.zetetic.net/sqlcipher/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.5.3</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/s/sqlcipher/xmake.lua">sqlcipher/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] sqlcipher
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("sqlcipher")
+</code></pre>
 <h3 id="sqlite3android">sqlite3 (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -8170,6 +8170,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spirv-tools")
 </code></pre>
+<h3 id="sqlciphercross">sqlcipher (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zetetic.net/sqlcipher/">https://www.zetetic.net/sqlcipher/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.5.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlcipher/xmake.lua">sqlcipher/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] sqlcipher
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("sqlcipher")
+</code></pre>
 <h3 id="sqlite3cross">sqlite3 (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -9281,6 +9281,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spirv-tools")
 </code></pre>
+<h3 id="sqlcipheriphoneos">sqlcipher (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zetetic.net/sqlcipher/">https://www.zetetic.net/sqlcipher/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.5.3</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/s/sqlcipher/xmake.lua">sqlcipher/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos sqlcipher
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("sqlcipher")
+</code></pre>
 <h3 id="sqlite3iphoneos">sqlite3 (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -25009,6 +25009,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spot")
 </code></pre>
+<h3 id="sqlcipherlinux">sqlcipher (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zetetic.net/sqlcipher/">https://www.zetetic.net/sqlcipher/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.5.3</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/s/sqlcipher/xmake.lua">sqlcipher/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install sqlcipher
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("sqlcipher")
+</code></pre>
 <h3 id="sqlite3linux">sqlite3 (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -23379,6 +23379,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spot")
 </code></pre>
+<h3 id="sqlciphermacosx">sqlcipher (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zetetic.net/sqlcipher/">https://www.zetetic.net/sqlcipher/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.5.3</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/s/sqlcipher/xmake.lua">sqlcipher/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install sqlcipher
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("sqlcipher")
+</code></pre>
 <h3 id="sqlite3macosx">sqlite3 (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -20438,6 +20438,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("spirv-tools")
 </code></pre>
+<h3 id="sqlcipherwindows">sqlcipher (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.zetetic.net/sqlcipher/">https://www.zetetic.net/sqlcipher/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>4.5.3</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlcipher/xmake.lua">sqlcipher/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install sqlcipher
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("sqlcipher")
+</code></pre>
 <h3 id="sqlite3windows">sqlite3 (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -6728,6 +6728,29 @@ add_requires("spirv-tools")
 ```
 
 
+### sqlcipher (android)
+
+
+| Description | *SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features* |
+| -- | -- |
+| Homepage | [https://www.zetetic.net/sqlcipher/](https://www.zetetic.net/sqlcipher/) |
+| Versions | 4.5.3 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [sqlcipher/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlcipher/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] sqlcipher
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("sqlcipher")
+```
+
+
 ### sqlite3 (android)
 
 

+ 23 - 0
packages/cross.md

@@ -5428,6 +5428,29 @@ add_requires("spirv-tools")
 ```
 
 
+### sqlcipher (cross)
+
+
+| Description | *SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features* |
+| -- | -- |
+| Homepage | [https://www.zetetic.net/sqlcipher/](https://www.zetetic.net/sqlcipher/) |
+| Versions | 4.5.3 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [sqlcipher/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlcipher/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] sqlcipher
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("sqlcipher")
+```
+
+
 ### sqlite3 (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -6163,6 +6163,29 @@ add_requires("spirv-tools")
 ```
 
 
+### sqlcipher (iphoneos)
+
+
+| Description | *SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features* |
+| -- | -- |
+| Homepage | [https://www.zetetic.net/sqlcipher/](https://www.zetetic.net/sqlcipher/) |
+| Versions | 4.5.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [sqlcipher/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlcipher/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos sqlcipher
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("sqlcipher")
+```
+
+
 ### sqlite3 (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -16653,6 +16653,29 @@ add_requires("spot")
 ```
 
 
+### sqlcipher (linux)
+
+
+| Description | *SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features* |
+| -- | -- |
+| Homepage | [https://www.zetetic.net/sqlcipher/](https://www.zetetic.net/sqlcipher/) |
+| Versions | 4.5.3 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [sqlcipher/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlcipher/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install sqlcipher
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("sqlcipher")
+```
+
+
 ### sqlite3 (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -15567,6 +15567,29 @@ add_requires("spot")
 ```
 
 
+### sqlcipher (macosx)
+
+
+| Description | *SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features* |
+| -- | -- |
+| Homepage | [https://www.zetetic.net/sqlcipher/](https://www.zetetic.net/sqlcipher/) |
+| Versions | 4.5.3 |
+| Architectures | arm64, x86_64 |
+| Definition | [sqlcipher/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlcipher/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install sqlcipher
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("sqlcipher")
+```
+
+
 ### sqlite3 (macosx)
 
 

+ 23 - 0
packages/windows.md

@@ -13556,6 +13556,29 @@ add_requires("spirv-tools")
 ```
 
 
+### sqlcipher (windows)
+
+
+| Description | *SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features* |
+| -- | -- |
+| Homepage | [https://www.zetetic.net/sqlcipher/](https://www.zetetic.net/sqlcipher/) |
+| Versions | 4.5.3 |
+| Architectures | arm64, x64, x86 |
+| Definition | [sqlcipher/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sqlcipher/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install sqlcipher
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("sqlcipher")
+```
+
+
 ### sqlite3 (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-03-16T04:48:17+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-03-16T04:48:19+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-03-16T04:48:20+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-03-16T04:48:20+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-03-16T04:48:20+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-03-16T04:48:20+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-03-16T04:48:21+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-03-16T04:48:21+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-03-16T04:48:21+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-03-16T04:48:21+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-03-16T04:48:22+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-03-16T04:48:22+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-03-16T04:48:23+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-03-16T04:48:23+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-03-16T04:48:23+08:00</lastmod>
+  <lastmod>2023-03-17T02:28:56+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: tclsh, base-n, utf8_range**
+- **Recently added: port, sqlcipher, tclsh**
 
 [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)
-- 包列表 (861)
+- 包列表 (862)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)