homebrew-core/Formula/wgetpaste.rb
Ingmar Vanhassel 0a3cd8145f wgetpaste 2.23
Closes Homebrew/homebrew#26380.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-03 16:44:46 +00:00

11 lines
243 B
Ruby

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