Update doc
Some checks failed
Publish AUR Package (chsrc-git) / publish (push) Has been cancelled

This commit is contained in:
Aoran Zeng 2024-11-23 09:11:10 +08:00
parent 4515432804
commit cc713816c6
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
10 changed files with 13 additions and 15 deletions

View File

@ -6,7 +6,7 @@
! Contributors : Nul None <nul@none.org>
! |
! Created On : <2024-08-19>
! Last Modified : <2024-11-08>
! Last Modified : <2024-11-23>
! ---------------------------------------------------------- -->
# Write A Recipe Even If You Don't Know C
@ -17,7 +17,7 @@
<br>
我鼓励你为新的软件添加换源支持,因为通过 `chsrc` 这将非常简单,你的贡献也将非常有价值。
我鼓励你为新的软件添加换源支持,因为通过 `chsrc` 这将非常简单,你的贡献也将非常有价值。理论上每一个 `recipe` 都需要有专人长时间维护。
1. 本项目采用`GPLv3+`协议,是真正的**自由软件**,而非仅仅是开源软件
2. 代码规范灵活遵循`GNU`标准(若标准干扰了可维护性,则并不采纳)
@ -75,10 +75,10 @@
5. 可以使用这些函数:
1. `chsrc-framework.h` 中暴露出的任何 `chsrc_` 开头的函数或宏
1. `framework/core.c` 中以 `chsrc_` 开头的所有函数或宏
2. `xy.h` 中以 `xy_` 开头的所有函数或宏
6. 在 `menu.c` 中添加用户可以使用的 `target` 别名
6. 在 `recipe/menu.c` 中添加用户可以使用的 `target` 别名
7. 构建并运行 `chsrc set <target>` 测试,若无问题可提交 Pull Request

View File

@ -8,7 +8,7 @@
* ------------------------------------------------------------*/
/**
* @time 2023-09-10
* @update 2023-09-10
* @note
*/
static Source_t pl_clojure_sources[] =

View File

@ -8,7 +8,7 @@
* ------------------------------------------------------------*/
/**
* @time 2024-04-18
* @update 2024-04-18
* @note
*/
static Source_t pl_java_sources[] =

View File

@ -12,8 +12,7 @@
/**
* @update 2024-11-21
*/
static Source_t
os_armbian_sources[] =
static Source_t os_armbian_sources[] =
{
{&UpstreamProvider, "http://apt.armbian.com"},
{&MirrorZ, "https://mirrors.cernet.edu.cn/armbian"},

View File

@ -10,7 +10,7 @@
* ------------------------------------------------------------*/
/**
* @time 2023-09-29
* @update 2023-09-29
*/
static Source_t os_raspberrypi_sources[] =
{

View File

@ -11,7 +11,7 @@
* ------------------------------------------------------------*/
/**
* @time 2023-09-29
* @update 2023-09-29
*/
static Source_t os_openkylin_sources[] =
{

View File

@ -8,7 +8,7 @@
* ------------------------------------------------------------*/
/**
* @time 2024-06-12
* @update 2024-06-12
*/
static Source_t os_almalinux_sources[] =
{

View File

@ -8,7 +8,7 @@
* ------------------------------------------------------------*/
/**
* @time 2024-04-18
* @update 2024-04-18
*/
static Source_t os_msys2_sources[] =
{

View File

@ -8,7 +8,7 @@
* ------------------------------------------------------------*/
/**
* @time 2023-09-10
* @update 2023-09-10
* @note setsrc函数中补充完整
*/
static Source_t wr_anaconda_sources[] =

View File

@ -15,8 +15,7 @@
* 2. Sustech
* }
*/
static Source_t
wr_homebrew_sources[] =
static Source_t wr_homebrew_sources[] =
{
{&UpstreamProvider, NULL},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/"},