From 3980045a28c80fcf78c0deb9ce7a5bb412452be2 Mon Sep 17 00:00:00 2001 From: Will Orr Date: Sat, 3 Nov 2012 05:50:09 -0400 Subject: wgetpaste 2.20 Closes #15822. Signed-off-by: Adam Vandenberg --- Library/Formula/wgetpaste.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Library/Formula/wgetpaste.rb (limited to 'Library/Formula/wgetpaste.rb') 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 -- cgit v1.2.3