|
|
@@ -0,0 +1,24 @@
|
|
|
+{
|
|
|
+ "name": "hello",
|
|
|
+ "author" : "Bernard Xiong",
|
|
|
+ "description": "A hello package for rt-thread",
|
|
|
+ "keywords": [
|
|
|
+ "hello",
|
|
|
+ "example"
|
|
|
+ ],
|
|
|
+ "readme": "A hello package for rt-thread",
|
|
|
+ "license" : "LGPLv2.1",
|
|
|
+ "site": [
|
|
|
+ {
|
|
|
+ "version": "v1.0.0",
|
|
|
+ "URL": "https://github.com/BernardXiong/hello/archive/v1.0.0.zip",
|
|
|
+ "filename": "hello-1.0.0.zip"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "version": "latest",
|
|
|
+ "URL": "https://github.com/BernardXiong/hello.git",
|
|
|
+ "filename": "hello.zip",
|
|
|
+ "VER_SHA": "master"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+}
|