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.2.0.tar.gz" sha256 "b708e228a4e18b2f7ac6828ea192643a57647ba2b74acd5104920c95b8c7e892" 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