homebrew-core/Formula/webkit2png.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

10 lines
337 B
Ruby

class Webkit2png < Formula
desc "Create screenshots of webpages from the terminal"
homepage "http://www.paulhammond.org/webkit2png/"
url "https://github.com/paulhammond/webkit2png/archive/v0.7.tar.gz"
sha256 "9b810edb6f54cc23ba86b0212f203e6c3bbafc3cbdb62b9c33887548c91015bf"
def install
bin.install "webkit2png"
end
end