Skip to content

Instantly share code, notes, and snippets.

@ehamberg
Created January 11, 2014 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehamberg/8371311 to your computer and use it in GitHub Desktop.
Save ehamberg/8371311 to your computer and use it in GitHub Desktop.
Homebrew formula for prettyping.sh
require 'formula'
class Prettyping < ScriptFileFormula
homepage 'https://bitbucket.org/denilsonsa/small_scripts/overview'
url 'https://bitbucket.org/denilsonsa/small_scripts/raw/130bc1a6162fc14629cfd1cd30355d586cc38f5f/prettyping.sh'
sha1 '748ce4a5cfd098f728de1c4c374949a82302dcf1'
version '130bc1a'
def install
mv "prettyping.sh", "prettyping"
bin.install Dir['*']
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment