homebrew-core/Formula/webkit2png.rb
Paul Hammond c01e4a45a7 webkit2png 0.6
Closes Homebrew/homebrew#18744.
Closes Homebrew/homebrew#18854.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-31 00:39:53 -05:00

11 lines
272 B
Ruby

require 'formula'
class Webkit2png < Formula
homepage 'http://www.paulhammond.org/webkit2png/'
url 'https://github.com/paulhammond/webkit2png/archive/v0.6.tar.gz'
sha1 '647bbdee40358e98c40542cd441cc0b84af75e36'
def install
bin.install 'webkit2png'
end
end