|
|
|
|
|
by erichurkman
1713 days ago
|
|
FWIW this is how Homebrew, the most widely used package manager on macOS, does it. As an example, check out the 'formula' for installing Zoom: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/... I used to maintain a few packages and it was pretty dang easy to publish, test, vet, and distribute this way. Everything else is in Git, why not this, too? |
|