homebrew-core/Formula/ppss.rb
Viktor Szakats ae996fee2d ppss: use secure homepage
Closes Homebrew/homebrew#46144.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-19 12:43:28 +00:00

12 lines
316 B
Ruby

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"
sha256 "25d819a97d8ca04a27907be4bfcc3151712837ea12a671f1a3c9e58bc025360f"
bottle :unneeded
def install
bin.install "ppss"
end
end