aboutsummaryrefslogtreecommitdiff
path: root/tools/dependencies/dependencies-helper
Commit message (Collapse)AuthorAgeFilesLines
* Don't work around formatting issues in dependencies toolAndrew Robbins2019-02-221-4/+4
| | | | Output is fixed with a5babe37f42cc162812f8ed3310a1e0c45eabb67
* Remove braces from parameter expansionsAndrew Robbins2017-09-211-12/+12
| | | | | | | * tools/dependencies/dependencies * tools/dependencies/dependencies-helper ditto
* Create 'dependencies' tool to print dependenciesAndrew Robbins2017-09-141-0/+73
Mostly reimplements the old dependency-fetching scripts from resources/scripts/helpers/build/dependencies, though instead of fetching the requisite dependencies for the user, it prints them to stdout. The scripts do not perform any downloading/installation due to root privileges being necessary to carry it out.