2011-03-10 05:11:03 +00:00
|
|
|
class Balance < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Software load balancer"
|
2015-07-01 06:47:26 +00:00
|
|
|
homepage "https://www.inlab.de/balance.html"
|
|
|
|
url "https://www.inlab.de/balance-3.57.tar.gz"
|
|
|
|
sha256 "b355f98932a9f4c9786cb61012e8bdf913c79044434b7d9621e2fa08370afbe1"
|
2011-03-07 23:07:24 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install "balance"
|
|
|
|
man1.install "balance.1"
|
|
|
|
end
|
|
|
|
end
|