Skip to content

Instantly share code, notes, and snippets.

@doochik
Created July 11, 2012 06:07
Show Gist options
  • Save doochik/3088274 to your computer and use it in GitHub Desktop.
Save doochik/3088274 to your computer and use it in GitHub Desktop.
require 'formula'
class Imgo <Formula
url 'git://github.com/imgo/imgo.git'
homepage 'http://imgcomp.com'
md5 ''
version '0.4'
depends_on 'imagemagick'
depends_on 'pngout'
depends_on 'optipng'
depends_on 'pngrewrite'
depends_on 'exiftool'
depends_on 'advancecomp'
depends_on 'jpeg'
depends_on 'gifsicle'
depends_on 'pngnq'
depends_on 'defluff'
depends_on 'cryopng'
depends_on 'pngcrush'
def install
bin.install 'imgo'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment