homebrew-core/Formula/cpanminus.rb
chdiza 8b346a6158 cpanminus 1.7031
Closes Homebrew/homebrew#39020.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-25 10:56:45 +01:00

15 lines
371 B
Ruby

class Cpanminus < Formula
homepage "https://github.com/miyagawa/cpanminus"
url "https://github.com/miyagawa/cpanminus/archive/1.7031.tar.gz"
sha256 "7ff36a42aa46146cbe423f4dd4f2c0d8bd57c0e9968cf05651fac0f47ac82e98"
head "https://github.com/miyagawa/cpanminus.git"
def install
bin.install "cpanm"
end
test do
system "#{bin}/cpanm", "-V"
end
end