blob: 0577dfe792242ff7da6f04d3b78e5fe46d8d49a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require 'formula'
class Webkit2png <Formula
head 'git://github.com/paulhammond/webkit2png.git'
homepage 'http://www.paulhammond.org/webkit2png/'
md5 ''
def install
bin.install 'webkit2png'
end
end
|