homebrew-core/Formula/cadubi.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

12 lines
372 B
Ruby

class Cadubi < Formula
desc "Creative ASCII drawing utility"
homepage "http://langworth.com/pub/cadubi/"
url "http://langworth.com/pub/cadubi-1.3.tar.gz"
sha256 "ca8b6ea305e0eccb11add7fc165beeee7ef33f9f0106e84efa1b364f082df0ab"
def install
inreplace "cadubi", "$Bin/help.txt", "#{doc}/help.txt"
bin.install "cadubi"
doc.install "help.txt"
end
end