aboutsummaryrefslogtreecommitdiff
path: root/tools/dependencies
Commit message (Collapse)AuthorAgeFilesLines
* Remove braces from parameter expansionsAndrew Robbins2017-09-212-21/+21
| | | | | | | * tools/dependencies/dependencies * tools/dependencies/dependencies-helper ditto
* Create 'dependencies' tool to print dependenciesAndrew Robbins2017-09-142-0/+130
| | | | | | | | | | 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.
* Add dependencies to trisquel configuration dirsAndrew Robbins2017-09-1427-0/+212
| | | | | Dependencies for individual programs are placed in separate files to lower maintainence costs.
* Add dependencies to parabola configuration dirsAndrew Robbins2017-09-1427-0/+183
| | | | | Dependencies for individual programs are placed in separate files to lower maintainence costs.
* Create directory structure for dependency toolAndrew Robbins2017-09-147-0/+4
Any other compatible system (e.g. *BSD) can be added in the future once the necessary packages on those systems have been determined.