Update recipe template

This commit is contained in:
Aoran Zeng 2024-08-15 20:40:26 +08:00
parent e02d70351c
commit a60446eab2
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -1,16 +1,31 @@
/** ------------------------------------------------------------
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* Contributors : Null Nil <null@nil.com>
* Created on : <2024-08-09>
* Last modified : <2024-08-09>
* File Authors : Aoran Zeng <ccmywish@qq.com>
* Contributors : Nil Null <nil@null.org>
* Created On : <2024-08-09>
* Last Modified : <2024-08-15>
* -------------------------------------------------------------
*
*
* :
* (target)(recipe)
*
* :
* <target>
* <category> 3: pl, os, wr
* 3: lang, os, ware
* ------------------------------------------------------------*/
/* 模版文件从下行正式开始 */
/** ------------------------------------------------------------
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Authors : Nil Null <nil@null.org>
* Contributors : Nul None <nul@none.org>
* Created On : <202x-01-01> https://www.yuque.com/ccmywish/blog/nil-null-and-nul-none
* Last Modified : <202x-01-01>
* ------------------------------------------------------------*/
/**
* target的镜像站
*/
@ -86,5 +101,5 @@ void
// 定义此 target参考 "target.h"
// 下列情形3选1
def_target_full(<category>_<target>);
def_target(<category>_<target>)
def_target_no_get(<category>_<target>)
def_target(<category>_<target>);
def_target_no_get(<category>_<target>);