-
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
! Contributors : Nul None <[email protected]> | ||
! | | ||
! Created On : <2024-08-19> | ||
! Last Modified : <2024-11-23> | ||
! Last Modified : <2024-12-23> | ||
! ---------------------------------------------------------- --> | ||
|
||
# Write A Recipe Even If You Don't Know C | ||
|
@@ -19,12 +19,12 @@ | |
|
||
我鼓励你为新的软件添加换源支持,因为通过 `chsrc` 这将非常简单,你的贡献也将非常有价值。理论上每一个 `recipe` 都需要有专人长时间维护。 | ||
|
||
1. 本项目采用`GPLv3+`协议,是真正的**自由软件**,而非仅仅是开源软件 | ||
2. 代码规范灵活遵循`GNU`标准(若标准干扰了可维护性,则并不采纳) | ||
1. 本项目采用 `GPLv3+` 协议,是真正的**自由软件**,而非仅仅是开源软件 | ||
2. 代码规范灵活遵循 `GNU` 标准(若标准干扰了可维护性,则并不采纳) | ||
3. 高度模块化,目录结构清晰易懂 | ||
4. 极易构建,仅有一个C语言编译器即可 | ||
5. 易于将`shell`脚本转换为等价的`recipe` | ||
6. 已有大量`recipe`可提供参考,并提供了 [recipe template] 供直接使用 | ||
4. 极小依赖,极易构建,只需要 `GCC` 或 `Clang` 即可编译 | ||
5. 易于将 `shell` 脚本转换为等价的 `recipe` | ||
6. 已有大量 `recipe` 可提供参考,并提供了 [recipe template] 供直接使用 | ||
7. 提供持续关注镜像站可用性的协作平台: | ||
|
||
1. https://github.com/RubyMetric/chsrc/wiki | ||
|