2012-01-09 05:57:54 +00:00
|
|
|
class Cadubi < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Creative ASCII drawing utility"
|
2016-04-17 19:49:26 +00:00
|
|
|
homepage "https://github.com/statico/cadubi/"
|
2016-02-28 06:49:15 +00:00
|
|
|
url "https://github.com/statico/cadubi/releases/download/v1.3/cadubi-1.3.tar.gz"
|
2015-08-03 12:55:31 +00:00
|
|
|
sha256 "ca8b6ea305e0eccb11add7fc165beeee7ef33f9f0106e84efa1b364f082df0ab"
|
2012-01-09 05:57:54 +00:00
|
|
|
|
2015-10-23 08:35:21 +00:00
|
|
|
bottle :unneeded
|
|
|
|
|
2012-01-09 05:57:54 +00:00
|
|
|
def install
|
2015-08-03 12:55:31 +00:00
|
|
|
inreplace "cadubi", "$Bin/help.txt", "#{doc}/help.txt"
|
|
|
|
bin.install "cadubi"
|
|
|
|
doc.install "help.txt"
|
2012-01-09 05:57:54 +00:00
|
|
|
end
|
|
|
|
end
|