Skip to content

Commit

Permalink
Move TEA into extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Jan 11, 2019
1 parent e5f563f commit de846b2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 52 deletions.
66 changes: 36 additions & 30 deletions .vscode/Template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,24 @@ homepage: https://ash258.com
license:
identifier: MIT
url: https://ash258.com/license.md # Whenever it's possible attach program specific URL otherwise don't use
notes:
- COSI
- COSI 2
notes: Some notes printed after installation
# or
# notes:
# - COSI
# - COSI 2
# endregion General Information

# region Requirements
# depends && suggest: STRING
# or Array of strings
depends:
- extras/cosi
- COSI
- bucket/cosi
- COSI # bucket will be evaluated automatically as normal installation
suggest:
COSI:
- COSI
- NEXT
SOME NAME: depending
# COSI:
# - COSI
# - NEXT
# endregion Requirements

# region Downloading
Expand Down Expand Up @@ -78,28 +81,15 @@ uninstaller:
# endregion Installing

# region Links
persist: FOLDER
# OR array of Strings
# persist:
# - FOLDER
# - FILE.file

# bin: SINGLE
# or
bin:
- SINGLE
- NEXTSingle
- - FILE # Array with overrided properties
- NAME
- ARGUMENTS
- ICON
env_add_path: SINGLE
- NAME
- ARGUMENTS
- ICON
# or
# env_add_path:
# - MULTIPLE
# - MULTIPLE
env_set:
SomeENVKey: Value
# bin: SINGLE
shortcuts:
- - FILE
- NAME
Expand All @@ -109,15 +99,31 @@ shortcuts:
- NAME
- ARGS
- ICON
psmodule:
name: 'AdequateName'
env_add_path: SINGLE
# or
# env_add_path:
# - MULTIPLE
# - MULTIPLE
env_set:
SomeENVKey: Value
persist: FOLDER
# OR array of Strings
# persist:
# - FOLDER
# - FILE.file
# endregion Links

# region Updating
# checkver: STRING
# Use 'github' if hompage contains github repository url
checkver: regex to be mached on homepage URL
# or
# checkver: github # if homepage is set to github repository
# or
checkver:
url: URL
regex: someregex.* # Or JP
# checkver:
# url: URL
# regex: someregex.* # Or JP
# replace: ${NamedGroup}-${otherNamedGroup}
autoupdate:
url: https://ash258.com
hash: # Some vendors does not ship hashes
Expand Down
22 changes: 0 additions & 22 deletions bucket/TEA.json

This file was deleted.

0 comments on commit de846b2

Please sign in to comment.