12 lines
307 B
Ruby
12 lines
307 B
Ruby
require 'formula'
|
|
|
|
class Cpanminus < Formula
|
|
homepage 'https://github.com/miyagawa/cpanminus'
|
|
url 'https://github.com/miyagawa/cpanminus/tarball/1.5007'
|
|
sha1 'd0bbf766a7250253138381833af152895f8115b7'
|
|
head 'https://github.com/miyagawa/cpanminus.git'
|
|
|
|
def install
|
|
bin.install 'cpanm'
|
|
end
|
|
end
|