homebrew-core/Formula/webkit2png.rb
Igor Zubkov 9b5d890c6b update webkit2png to 0.5 from git and add md5 to formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-12 07:14:39 -07:00

12 lines
315 B
Ruby

require 'formula'
class Webkit2png <Formula
url 'http://github.com/paulhammond/webkit2png/tarball/9c4265a82ebfcec200fca8de39fb970e5aae0a3d'
version '0.5'
homepage 'http://www.paulhammond.org/webkit2png/'
sha1 '1112d3f7e5fac5e1bfef11f38626d09536957310'
def install
bin.install 'webkit2png'
end
end