homebrew-core/Formula/wy60.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

11 lines
349 B
Ruby

class Wy60 < Formula
desc "Wyse 60 compatible terminal emulator"
homepage "https://code.google.com/p/wy60/"
url "https://wy60.googlecode.com/files/wy60-2.0.9.tar.gz"
sha256 "f7379404f0baf38faba48af7b05f9e0df65266ab75071b2ca56195b63fc05ed0"
def install
system "./configure", "--prefix=#{prefix}"
system "make", "install"
end
end