aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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