blob: 81f0c93258f6d5f42c1ff71eb8a92acfdf6421eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
class Wgetpaste < Formula
homepage "http://wgetpaste.zlin.dk/"
url "http://wgetpaste.zlin.dk/wgetpaste-2.25.tar.bz2"
sha256 "6a7e078e6607f4fe819fc52857a601630ec0f7d2ee855d3b1cd7e75a904c40f4"
def install
bin.install "wgetpaste"
end
test do
system bin/"wgetpaste", "-S"
end
end
|