aboutsummaryrefslogtreecommitdiff
path: root/tools/dependencies/dependencies-helper
Commit message (Collapse)AuthorAgeFilesLines
* 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.