homebrew-core/Formula/cpanminus.rb
Chongyu Zhu d6d3b0bcaa cpanminus 1.6008
Closes Homebrew/homebrew#18643.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-21 14:25:11 -05:00

13 lines
315 B
Ruby

require 'formula'
class Cpanminus < Formula
homepage 'https://github.com/miyagawa/cpanminus'
url 'https://github.com/miyagawa/cpanminus/archive/1.6008.tar.gz'
sha1 'be2064b552925bf4091410ee67c986c3d7263fe8'
head 'https://github.com/miyagawa/cpanminus.git'
def install
bin.install 'cpanm'
end
end