class Kerl < Formula desc "Easy building and installing of Erlang/OTP instances" homepage "https://github.com/kerl/kerl" url "https://github.com/kerl/kerl/archive/1.8.1.tar.gz" sha256 "e03ed489a0e1b2fb8dc00422e8093b1180069585f720b6121a8cbd58d4820fcf" head "https://github.com/kerl/kerl.git" bottle :unneeded def install bin.install "kerl" bash_completion.install "bash_completion/kerl" zsh_completion.install "zsh_completion/_kerl" end test do system "#{bin}/kerl", "list", "releases" end end