2011-01-24 22:51:59 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Pngcheck < Formula
|
2011-01-24 22:51:59 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/png-mng/pngcheck/2.3.0/pngcheck-2.3.0.tar.gz'
|
|
|
|
homepage 'http://www.libpng.org/pub/png/apps/pngcheck.html'
|
|
|
|
md5 '980bd6d9a3830fdce746d7fe3c9166ee'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system 'make pngcheck'
|
|
|
|
bin.install 'pngcheck'
|
|
|
|
end
|
|
|
|
end
|