Skip to content

Instantly share code, notes, and snippets.

@ChrisLusted
Forked from paulredmond/pngout.rb
Last active August 29, 2015 14:05
Show Gist options
  • Save ChrisLusted/faa76c8cc540aede40c3 to your computer and use it in GitHub Desktop.
Save ChrisLusted/faa76c8cc540aede40c3 to your computer and use it in GitHub Desktop.
require 'formula'
class Pngout < Formula
url 'http://static.jonof.id.au/dl/kenutils/pngout-20130221-darwin.tar.gz'
homepage 'http://www.jonof.id.au/kenutils'
md5 'ce71ba0648911931e4e822d83ebf128a6c4201c3'
version '20130221'
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