2011-03-10 05:11:03 +00:00
|
|
|
class Aoeui < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Lightweight text editor optimized for Dvorak and QWERTY keyboards"
|
2015-08-03 12:55:31 +00:00
|
|
|
homepage "http://aoeui.googlecode.com/"
|
|
|
|
url "https://aoeui.googlecode.com/files/aoeui-1.6.tgz"
|
|
|
|
sha256 "0655c3ca945b75b1204c5f25722ac0a07e89dd44bbf33aca068e918e9ef2a825"
|
|
|
|
head "http://aoeui.googlecode.com/svn/trunk/"
|
2010-03-17 22:03:52 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "INST_DIR=#{prefix}", "install"
|
|
|
|
end
|
|
|
|
end
|