mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-30 10:33:27 +00:00
feat(user): user management tool (#825)
* 用户管理工具 * 重构 * 改为多个bin文件入口 * bin文件的usage显示自身程序名而非固定程序名
This commit is contained in:
24
user/dadk/config/user_manage-0.1.0.dadk
Normal file
24
user/dadk/config/user_manage-0.1.0.dadk
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "user_manage_tool",
|
||||
"version": "0.1.0",
|
||||
"description": "用户管理工具",
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Local": {
|
||||
"path": "apps/user-manage"
|
||||
}
|
||||
}
|
||||
},
|
||||
"depends": [],
|
||||
"build": {
|
||||
"build_command": "make install"
|
||||
},
|
||||
"install": {
|
||||
"in_dragonos_path": "/"
|
||||
},
|
||||
"clean": {
|
||||
"clean_command": "make clean"
|
||||
},
|
||||
"envs": [],
|
||||
"target_arch": ["x86_64"]
|
||||
}
|
Reference in New Issue
Block a user