Skip to content

Instantly share code, notes, and snippets.

@ihidchaos
Created September 18, 2019 04:40
Show Gist options
  • Save ihidchaos/dfe8a88c43f05edf62cd0b3e73e863d9 to your computer and use it in GitHub Desktop.
Save ihidchaos/dfe8a88c43f05edf62cd0b3e73e863d9 to your computer and use it in GitHub Desktop.
{
"pkg": {
"name": "pkg_name",
"category": "dev_tool",
"desc": "say something",
"maintainer": "who you are",
"contact": "anything"
},
"link": {
"link_main": "git or script or others which can get dl link",
"link_cn": "for cn user because of GFW",
"branch/tag": "***"
},
"install": {
"pre_install": "cmd***",
"install_dir": "***",
"do_install": "cmd***",
"install_param": "-* -* -*",
"post_install": "cmd***"
},
"environment": {
"home": "***",
"key1": "***",
"key2": "***"
},
"option_cfg": {
"set_mirror": "cmd***"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment