Just some fixes for the brew audit listing checks.
A head option to allow building of the app directly from main instead of at a particular tag/version. You can do that with brew install --build-from-source --head cook.
Bumped the version of cook to 0.0.9.
Removed the make prepare step from the build process. I misunderstood what that step was for, and it isn't needed to build the app.
Hello again. This PR adds 4 things:
brew audit
listing checks.head
option to allow building of the app directly frommain
instead of at a particular tag/version. You can do that withbrew install --build-from-source --head cook
.cook
to 0.0.9.make prepare
step from the build process. I misunderstood what that step was for, and it isn't needed to build the app.Thanks!