blob: 0bd9042c41f435c2287dc336b0cc8a317823a493 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require 'formula'
class Webkit2png < Formula
homepage 'http://www.paulhammond.org/webkit2png/'
url 'https://github.com/paulhammond/webkit2png/tarball/9c4265a82ebfcec200fca8de39fb970e5aae0a3d'
version '0.5'
sha1 '1112d3f7e5fac5e1bfef11f38626d09536957310'
def install
bin.install 'webkit2png'
end
end
|