homebrew-core/Formula/pngcheck.rb
Archimedes Trajano 743e85b5f6 pngcheck 2.3.0
Closes Homebrew/homebrew#4002.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-02-02 22:12:28 +00:00

12 lines
319 B
Ruby

require 'formula'
class Pngcheck <Formula
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