Skip to content

Instantly share code, notes, and snippets.

@hardywu
Created July 14, 2013 00:15
Show Gist options
  • Save hardywu/5992685 to your computer and use it in GitHub Desktop.
Save hardywu/5992685 to your computer and use it in GitHub Desktop.
homebrew formula for the pngout of 20130221. Fork from https://bitbucket.org/socradev/homebrew-alt
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 '2f35b7369d5ab668cea414772de6fba9'
version '20130221'
def install
bin.install 'pngout'
end
def caveats; <<-EOS.undent
We agreed to the PNGOUT license for you.
If this is unacceptable you should uninstall.
License information at:
http://www.advsys.net/ken/utils.htm#pngoutkziplicense
EOS
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment