kerl 0.9.1 (new formula, import from head-only)

Closes #296.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
master
Baptiste Fontaine 2016-04-13 22:32:44 +02:00
parent 21760af455
commit 01bb29f266
2 changed files with 19 additions and 1 deletions

19
Formula/kerl.rb Normal file
View File

@ -0,0 +1,19 @@
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

View File

@ -120,7 +120,6 @@
"jstalk": "homebrew/boneyard",
"justniffer": "homebrew/boneyard",
"kbtin": "homebrew/boneyard",
"kerl": "homebrew/head-only",
"kernagic": "homebrew/gui",
"kismet": "homebrew/boneyard",
"klavaro": "homebrew/gui",