Skip to content

Instantly share code, notes, and snippets.

@the-teacher
Forked from paulredmond/pngout.rb
Created July 21, 2014 19:45
Show Gist options
  • Save the-teacher/4ee21b7fa897bc4869b9 to your computer and use it in GitHub Desktop.
Save the-teacher/4ee21b7fa897bc4869b9 to your computer and use it in GitHub Desktop.
require 'formula'
class Pngout < Formula
url 'http://static.jonof.id.au/dl/kenutils/pngout-20110722-darwin.tar.gz'
homepage 'http://www.jonof.id.au/kenutils'
md5 'ce70a9d70e08b1920e5ac88d130d0eb9'
version '20110722'
def install
prefix.install Dir['*']
File.symlink(prefix+'pngout', '/usr/local/bin/pngout')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment