Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Homebrew installation instructions #6

Open
dcaunt opened this issue Nov 28, 2013 · 3 comments
Open

Add Homebrew installation instructions #6

dcaunt opened this issue Nov 28, 2013 · 3 comments

Comments

@dcaunt
Copy link

dcaunt commented Nov 28, 2013

I added a brew cask for version 1.0.4. Cask is an extension for Homebrew which makes it easy to install applications and QuickLook plugins from the command line.

If you have homebrew and homebrew cask installed, simply

brew cask install provisioning

If you don't have homebrew cask installed,

Install Homebrew:

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"

Install Homebrew cask

brew tap phinze/homebrew-cask
brew install brew-cask

Install the Provisioning Quick Look plugin:

brew cask install provisioning
@chockenberry
Copy link
Owner

The brew cask is for version 1.0.4. Do these instructions need to mention anything about what to do when the next version is released?

@dcaunt
Copy link
Author

dcaunt commented Nov 28, 2013

There's full information on submitting an update to Cask here but the process is this:

Fork https://github.com/phinze/homebrew-cask and edit homebrew-cask/Casks/provisioning.rb

Set the qlplugin value to reflect the new release zip structure:

qlplugin 'Provisioning-1.0.5/Provisioning.qlgenerator'

This is the path that you get if you extract the zip referenced in url

Generate a checksum for the zip reference in url:

shasum -a 256 /path/to/Provisioning-1.0.5.zip

Update the version value to 1.0.5:
version '1.0.5'

Verify with:

brew cask audit homebrew-cask/Casks/provisioning.rb --download

and test install

brew cask install homebrew-cask/Casks/provisioning.rb

@GabLeRoux
Copy link

This issue can be closed and documentation should be added to readme.

The cask is available here:
https://github.com/caskroom/homebrew-cask/blob/master/Casks/provisioning.rb

brew cask install provisioning

Also note that there is no such 1.0.5 version right now, latest version is indeed 1.0.4

GabLeRoux added a commit to GabLeRoux/Provisioning that referenced this issue Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants