mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
默认安装gnu tar到dragonos的/usr/bin目录下 (#442)
This commit is contained in:
24
user/dadk/config/tar_1_35.dadk
Normal file
24
user/dadk/config/tar_1_35.dadk
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "tar",
|
||||
"version": "1.35",
|
||||
"description": "gnu tar",
|
||||
"rust_target": null,
|
||||
"task_type": {
|
||||
"InstallFromPrebuilt": {
|
||||
"Archive": {
|
||||
"url": "https://mirrors.dragonos.org/pub/third_party/gnu/tar/tar-1.35-x86_64-linux-gnu.tar.xz"
|
||||
}
|
||||
}
|
||||
},
|
||||
"depends": [],
|
||||
"build": {
|
||||
|
||||
},
|
||||
"install": {
|
||||
"in_dragonos_path": "/usr"
|
||||
},
|
||||
"clean": {
|
||||
"clean_command": null
|
||||
},
|
||||
"envs": []
|
||||
}
|
Reference in New Issue
Block a user