2012-03-05 03:33:18 +00:00
|
|
|
class Cocot < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Code converter on tty"
|
2015-08-03 12:55:31 +00:00
|
|
|
homepage "http://vmi.jp/software/cygwin/cocot.html"
|
|
|
|
url "https://github.com/vmi/cocot/archive/cocot-1.1-20120313.tar.gz"
|
|
|
|
sha256 "bc67576b04a753c49ec563c30fb0cc383e9ce7a3db9295a384b7f77fcc1a57b8"
|
2013-04-01 14:14:45 +00:00
|
|
|
|
2015-08-03 12:55:31 +00:00
|
|
|
head "https://github.com/vmi/cocot.git"
|
2012-03-05 03:33:18 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
2015-08-03 12:55:31 +00:00
|
|
|
system "make", "install"
|
2012-03-05 03:33:18 +00:00
|
|
|
end
|
|
|
|
end
|