2014-04-18 15:48:47 +00:00
|
|
|
require "formula"
|
2013-11-03 16:40:26 +00:00
|
|
|
|
|
|
|
class Cliclick < Formula
|
2014-04-18 15:48:47 +00:00
|
|
|
homepage "http://www.bluem.net/jump/cliclick/"
|
2014-09-16 08:54:06 +00:00
|
|
|
url "https://github.com/BlueM/cliclick/archive/3.0.1.tar.gz"
|
|
|
|
sha1 "be5e9069b1706da0b49f6a127a1912bb67346213"
|
2013-11-03 16:40:26 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install "cliclick"
|
|
|
|
end
|
|
|
|
|
|
|
|
test do
|
|
|
|
system bin/"cliclick", "p:OK"
|
|
|
|
end
|
|
|
|
end
|