xref: /DragonOS/user/dadk/config/nova_shell-0.1.0.dadk (revision 2e7e4cecb0ebb42d4c417997a7ebc4891f2826e6)
16c7f966cSMemoryShore{
26c7f966cSMemoryShore  "name": "NovaShell",
36c7f966cSMemoryShore  "version": "0.1.0",
46c7f966cSMemoryShore  "description": "NovaShell程序",
56c7f966cSMemoryShore  "task_type": {
66c7f966cSMemoryShore    "BuildFromSource": {
76c7f966cSMemoryShore      "Git": {
86c7f966cSMemoryShore        "url": "https://git.mirrors.dragonos.org.cn/DragonOS-Community/NovaShell.git",
9*2e7e4cecSMemoryShore        "revision": "cb835e03e4"
106c7f966cSMemoryShore      }
116c7f966cSMemoryShore    }
126c7f966cSMemoryShore  },
136c7f966cSMemoryShore  "depends": [],
146c7f966cSMemoryShore  "build": {
156c7f966cSMemoryShore    "build_command": "make install"
166c7f966cSMemoryShore  },
176c7f966cSMemoryShore  "clean": {
186c7f966cSMemoryShore    "clean_command": "make clean"
196c7f966cSMemoryShore  },
206c7f966cSMemoryShore  "install": {
216c7f966cSMemoryShore    "in_dragonos_path": "/"
22182b778aSLoGin  },
23182b778aSLoGin  "target_arch": ["x86_64"]
246c7f966cSMemoryShore}
25