homebrew-core/Formula/webkit2png.rb
Paul Hammond e40012bae2 webkit2png 0.7
Closes Homebrew/homebrew#29356.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-17 20:48:58 -07: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.7.tar.gz'
sha1 '41fe7dfb13125d6489245ad186a8e5a409c5d0a9'
def install
bin.install 'webkit2png'
end
end