2009-12-30 13:04:49 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Webkit2png < Formula
|
2013-01-27 23:28:57 +00:00
|
|
|
homepage 'http://www.paulhammond.org/webkit2png/'
|
2013-03-31 03:46:02 +00:00
|
|
|
url 'https://github.com/paulhammond/webkit2png/archive/v0.6.tar.gz'
|
|
|
|
sha1 '647bbdee40358e98c40542cd441cc0b84af75e36'
|
2009-12-30 13:04:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'webkit2png'
|
|
|
|
end
|
|
|
|
end
|