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.5013'
|
|
sha1 'dc24ba57a05791813d58e9fc1dfdbe98a0ebd5f3'
|
|
|
|
head 'https://github.com/miyagawa/cpanminus.git'
|
|
|
|
def install
|
|
bin.install 'cpanm'
|
|
end
|
|
end
|