8c8b97f09e
Closes Homebrew/homebrew#18383. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
13 lines
308 B
Ruby
13 lines
308 B
Ruby
require 'formula'
|
|
|
|
class Cpanminus < Formula
|
|
homepage 'https://github.com/miyagawa/cpanminus'
|
|
url 'https://github.com/miyagawa/cpanminus/tarball/1.6005'
|
|
sha1 'a8043cc808822049031c9a554f88e3f826eaf342'
|
|
|
|
head 'https://github.com/miyagawa/cpanminus.git'
|
|
|
|
def install
|
|
bin.install 'cpanm'
|
|
end
|
|
end
|