Title here
Summary here
GOLEM_RECIPES_REPOSITORIESDefines the ordered list of recipe sources to search.
GOLEM_RECIPES_REPOSITORIES=<repository_or_directory_1>|<repository_or_directory_2>|...file://... URLs.golem resolve.Examples:
GOLEM_RECIPES_REPOSITORIES=/home/user/recipes
GOLEM_RECIPES_REPOSITORIES=/home/user/recipes|https://github.com/GolemCpp/recipes.gitGOLEM_MASTER_DEPENDENCIES_REPOSITORYDefines a repository or local directory containing master_dependencies.json.
GOLEM_MASTER_DEPENDENCIES_REPOSITORY=<repository_or_directory>file://... URLs.golem resolve.Example:
GOLEM_MASTER_DEPENDENCIES_REPOSITORY=/home/user/master-dependenciesGOLEM_MASTER_DEPENDENCIES_CONFIGURATIONDefines the path to a master_dependencies.json file directly.
GOLEM_MASTER_DEPENDENCIES_CONFIGURATION=/home/user/master_dependencies.json