默认安装gnu tar到dragonos的/usr/bin目录下 (#442)

This commit is contained in:
LoGin
2023-11-15 17:17:56 +08:00
committed by GitHub
parent 0fb515b011
commit edaf015400
3 changed files with 26 additions and 2 deletions

View 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": []
}