homebrew-core/Formula/aoeui.rb

12 lines
396 B
Ruby
Raw Normal View History

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