From 0a20f18495f957d7dcbeaa7df6ae16418daa5da2 Mon Sep 17 00:00:00 2001 From: Andy Hanna Date: Mon, 26 Aug 2013 14:36:38 -0500 Subject: wy60 2.0.9 Wyse 60 compatible terminal emulator Closes #22130. Signed-off-by: Adam Vandenberg --- Library/Formula/wy60.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/wy60.rb (limited to 'Library/Formula') diff --git a/Library/Formula/wy60.rb b/Library/Formula/wy60.rb new file mode 100644 index 000000000..503b07683 --- /dev/null +++ b/Library/Formula/wy60.rb @@ -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 -- cgit v1.2.3