2009-12-30 13:04:49 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Webkit2png < Formula
|
2010-11-10 18:16:28 +00:00
|
|
|
url 'https://github.com/paulhammond/webkit2png/tarball/9c4265a82ebfcec200fca8de39fb970e5aae0a3d'
|
2010-05-11 18:35:00 +00:00
|
|
|
version '0.5'
|
2009-12-30 13:04:49 +00:00
|
|
|
homepage 'http://www.paulhammond.org/webkit2png/'
|
2010-05-11 18:35:00 +00:00
|
|
|
sha1 '1112d3f7e5fac5e1bfef11f38626d09536957310'
|
2009-12-30 13:04:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'webkit2png'
|
|
|
|
end
|
|
|
|
end
|