ppss: update homepage/url, add test
This commit is contained in:
parent
bd4df163b7
commit
2c5572c61d
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class Ppss < Formula
|
||||
desc "Shell script to execute commands in parallel"
|
||||
homepage "https://ppss.googlecode.com"
|
||||
url "https://ppss.googlecode.com/files/ppss-2.97.tgz"
|
||||
homepage "https://github.com/louwrentius/PPSS"
|
||||
url "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ppss/ppss-2.97.tgz"
|
||||
sha256 "25d819a97d8ca04a27907be4bfcc3151712837ea12a671f1a3c9e58bc025360f"
|
||||
|
||||
bottle :unneeded
|
||||
|
@ -9,4 +9,8 @@ class Ppss < Formula
|
|||
def install
|
||||
bin.install "ppss"
|
||||
end
|
||||
|
||||
test do
|
||||
assert_match version.to_s, shell_output("#{bin}/ppss --version")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue