diff options
Diffstat (limited to 'Library/Formula/pngcheck.rb')
| -rw-r--r-- | Library/Formula/pngcheck.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/pngcheck.rb b/Library/Formula/pngcheck.rb new file mode 100644 index 000000000..656376728 --- /dev/null +++ b/Library/Formula/pngcheck.rb @@ -0,0 +1,12 @@ +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 |
