Created
March 4, 2012 16:38
-
-
Save chrismytton/1973792 to your computer and use it in GitHub Desktop.
shoreman (foreman in shell) homebrew formula
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Shoreman < Formula | |
homepage 'https://github.com/hecticjeff/shoreman' | |
head 'https://github.com/hecticjeff/shoreman.git' | |
def install | |
bin.install 'shoreman.sh' => 'shoreman' | |
end | |
end |
Author
chrismytton
commented
Mar 4, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment