Skip to content

Instantly share code, notes, and snippets.

@acrookston
Forked from paulredmond/pngout.rb
Created December 1, 2013 00:14
Show Gist options
  • Save acrookston/7726731 to your computer and use it in GitHub Desktop.
Save acrookston/7726731 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