crystal-lang / distribution-scripts

40 stars 23 forks source link

Allow to specify custom CRYSTAL_REPO for forks #273

Closed miry closed 6 months ago

miry commented 7 months ago

When constructing a Crystal project, the common practice involves either downloading or cloning the official Git repository for most dependencies. It is essential to ensure the ability to test changes against forked repositories. I recommend extracting static values into variables for improved flexibility. This suggestion involves introducing a CRYSTAL_REPO variable with a default value pointing to the official repository.