blob: 707addb45ffb65dac0069912f177f6c1b407ad08 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|