mlafeldt / chef-runner

The fastest way to run Chef cookbooks
Apache License 2.0
179 stars 17 forks source link

Install chef-runner using homebrew #4

Closed fh closed 10 years ago

fh commented 10 years ago

I created a homebrew tap, which I prefer over manual installations in a bindir - feel free to clone/copy the tap if you want to maintain it yourself :)

mlafeldt commented 10 years ago

Awesome! I will most likely maintain a copy myself, but it's already very useful as-is. Thanks!

mlafeldt commented 10 years ago

@fh Btw, is there any scaffolding command to generate brew formulas or did you calculate the SHA1 yourself?

fh commented 10 years ago

@mlafeldt I did it using a rather stupid approach: My very first version didnt have a shasum - brew will warn you about that and tell you the correct sha1, which I then added :)

mlafeldt commented 10 years ago

@fh Well, that doesn't sound stupid at all. :)