Update recipe template

This commit is contained in:
Aoran Zeng 2024-09-10 18:27:26 +08:00
parent b33446c63b
commit 5fdea2a3c6
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -4,7 +4,7 @@
* File Authors : Aoran Zeng <ccmywish@qq.com>
* Contributors : Nil Null <nil@null.org>
* Created On : <2024-08-09>
* Last Modified : <2024-08-18>
* Last Modified : <2024-09-10>
* -------------------------------------------------------------
*
*
@ -16,6 +16,8 @@
* 3: lang, os, ware
* ------------------------------------------------------------*/
/* 模版文件从下行正式开始 */
/** ------------------------------------------------------------
* SPDX-License-Identifier: GPL-3.0-or-later
@ -38,8 +40,8 @@ RubyMetric = {"rbmt", // chsrc set <target> rbmt
"https://rubymetirc.com/target/aws/aws-sdk-go/@v/v1.45.2.zip"};
/**
* @time 2024-08-09
* @note target的各个源地址
* @update 2024-08-09
* @note target的各个源地址
*/
static SourceInfo
<category>_<target>_sources[] = {
@ -66,7 +68,7 @@ void
/**
* @required
* @ref
* @consult
*
* chsrc set <target>
*/
@ -92,7 +94,7 @@ void
<category>_<target>_resetsrc (char *option)
{
// 往往通过下述方式统一在 setsrc() 中实现
// <category>_<name>_setsrc (ChsrcTypeReset);
// <category>_<target>_setsrc (ChsrcTypeReset);
}