This repository contains the source code for Torx Design-Analyze dependencies that are licensed under copyleft licenses.
To add a dependency to this repository, follow these steps:
- Update the
compile-depenedencies.sh
script to include the new dependency in theDEPENDENCIES
array.- The format of each entry in the
DEPENDENCIES
array is[<dependency name>-<version>]=<package zip URL>
.
- The format of each entry in the
- Run the
compile-depenedencies.sh
script to download the new dependency to the right location in this repository. - Commit the changes to this repository.