homebrew-core/Formula/ppss.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

10 lines
295 B
Ruby

class Ppss < Formula
desc "Shell script to execute commands in parallel"
homepage "http://ppss.googlecode.com"
url "https://ppss.googlecode.com/files/ppss-2.97.tgz"
sha256 "25d819a97d8ca04a27907be4bfcc3151712837ea12a671f1a3c9e58bc025360f"
def install
bin.install "ppss"
end
end