Use brew cask to build app before deploying it

179 Views Asked by At

Is there a way for cask to build an app hosted on github before deploying it, instead of deploying a prebuilt app ?

Thanks.

Yann

1

There are 1 best solutions below

4
On

Homebrew-cask is intended to distribute prebuilt binaries.
What homebrew-cask does is just place files.

If you need to build the app from source, homebrew is the suitable place.