class Kerl < Formula desc "Easy building and installing of Erlang/OTP instances" homepage "https://github.com/yrashk/kerl" url "https://github.com/yrashk/kerl/archive/0.9.1.tar.gz" sha256 "defb16ba081302135a45cf09eadfa05b64a4906c62edf432d2e9b8a49415a54e" head "https://github.com/yrashk/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