aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/webkit2png.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/webkit2png.rb b/Library/Formula/webkit2png.rb
new file mode 100644
index 000000000..0577dfe79
--- /dev/null
+++ b/Library/Formula/webkit2png.rb
@@ -0,0 +1,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