blob: 563551cae98a92fe4e390be71012963f887d400c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require 'formula'
class Webkit2png < Formula
homepage 'http://www.paulhammond.org/webkit2png/'
url 'https://github.com/paulhammond/webkit2png/archive/v0.6.tar.gz'
sha1 '647bbdee40358e98c40542cd441cc0b84af75e36'
def install
bin.install 'webkit2png'
end
end
|