diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wy60.rb | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
