d6d3b0bcaa
Closes Homebrew/homebrew#18643. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
13 lines
315 B
Ruby
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
|