homebrew-core/Formula/wgetpaste.rb
Nicolas Braud-Santoni 366ec41e03 wgetpaste 2.22
Closes Homebrew/homebrew#21007.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-04 07:48:51 -07:00

11 lines
243 B
Ruby

require 'formula'
class Wgetpaste < Formula
homepage 'http://wgetpaste.zlin.dk/'
url 'http://wgetpaste.zlin.dk/wgetpaste-2.22.tar.bz2'
sha1 'd0f9c5b997358226b27ff1e22dc023035498d728'
def install
bin.install 'wgetpaste'
end
end