2012-11-03 09:50:09 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Wgetpaste < Formula
|
|
|
|
homepage 'http://wgetpaste.zlin.dk/'
|
2013-07-04 11:53:12 +00:00
|
|
|
url 'http://wgetpaste.zlin.dk/wgetpaste-2.22.tar.bz2'
|
|
|
|
sha1 'd0f9c5b997358226b27ff1e22dc023035498d728'
|
2012-11-03 09:50:09 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'wgetpaste'
|
|
|
|
end
|
|
|
|
end
|