wy60 2.0.9

Wyse 60 compatible terminal emulator

Closes Homebrew/homebrew#22130.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Andy Hanna 2013-08-26 14:36:38 -05:00 committed by Adam Vandenberg
parent 3794cb249f
commit 53063fec21
1 changed files with 12 additions and 0 deletions

12
Formula/wy60.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Wy60 < Formula
homepage 'https://code.google.com/p/wy60/'
url 'https://wy60.googlecode.com/files/wy60-2.0.9.tar.gz'
sha1 'ea0b10fe0560bd8b98115d40890b9530edf44cb4'
def install
system "./configure", "--prefix=#{prefix}"
system "make", "install"
end
end