homebrew-core/Formula/aoeui.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

11 lines
396 B
Ruby

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