mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
修复get_random一个问题,添加Held配置文件 (#583)
This commit is contained in:
23
user/dadk/config/held-0.1.0.dadk
Normal file
23
user/dadk/config/held-0.1.0.dadk
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "Held",
|
||||
"version": "0.1.0",
|
||||
"description": "中断文本编辑器",
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Git": {
|
||||
"url" : "https://git.mirrors.dragonos.org.cn/DragonOS-Community/Held.git",
|
||||
"revision": "76304e995f"
|
||||
}
|
||||
}
|
||||
},
|
||||
"depends": [],
|
||||
"build": {
|
||||
"build_command": "make install-dragonos"
|
||||
},
|
||||
"clean": {
|
||||
"clean_command": "make clean"
|
||||
},
|
||||
"install": {
|
||||
"in_dragonos_path": "/"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user