1{ 2 "name": "musl", 3 "version": "1.2.4", 4 "description": "musl libc", 5 "rust_target": null, 6 "task_type": { 7 "BuildFromSource": { 8 "Archive": { 9 "url": "https://mirrors.dragonos.org.cn/pub/third_party/musl/musl-1.2.4.tar.gz" 10 } 11 } 12 }, 13 "depends": [], 14 "build": { 15 "build_command": "touch config.mak && DESTDIR=$DADK_CURRENT_BUILD_DIR make install -j $(nproc)" 16 }, 17 "install": { 18 "in_dragonos_path": "/" 19 }, 20 "clean": { 21 "clean_command": "make clean" 22 }, 23 "envs": [], 24 "build_once": true, 25 26 "install_once": true, 27 "target_arch": ["x86_64"] 28}