aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorWill Orr2012-11-03 05:50:09 -0400
committerAdam Vandenberg2013-01-03 13:43:24 -0800
commit3980045a28c80fcf78c0deb9ce7a5bb412452be2 (patch)
tree4dcfabadc014d0d251630875de354a39e534d1ae /Library
parentb306f1c2bdc3801c43fb7fd13069ec38b6c16e41 (diff)
downloadhomebrew-3980045a28c80fcf78c0deb9ce7a5bb412452be2.tar.bz2
wgetpaste 2.20
Closes #15822. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wgetpaste.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/wgetpaste.rb b/Library/Formula/wgetpaste.rb
new file mode 100644
index 000000000..707addb45
--- /dev/null
+++ b/Library/Formula/wgetpaste.rb
@@ -0,0 +1,11 @@
+require 'formula'
+
+class Wgetpaste < Formula
+ homepage 'http://wgetpaste.zlin.dk/'
+ url 'http://wgetpaste.zlin.dk/wgetpaste-2.20.tar.bz2'
+ sha1 'a50a5ecb236b4f7bbd4188e47a3b892b1dc90595'
+
+ def install
+ bin.install 'wgetpaste'
+ end
+end