Skip to content

Commit

Permalink
wy60 2.0.9
Browse files Browse the repository at this point in the history
Wyse 60 compatible terminal emulator

Closes Homebrew/legacy-homebrew#22130.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
sandrewh authored and adamv committed Aug 28, 2013
1 parent 3794cb2 commit 53063fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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

0 comments on commit 53063fe

Please sign in to comment.