blob: d06f875fb01c365948cb6039eb5dc8b5c2abe4ab (
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.23.tar.bz2'
sha1 'ccd5b7270e9cc3d3828564a247b1abdec7139cbc'
def install
bin.install 'wgetpaste'
end
end
|