f4da6d4ffe
Signed-off-by: Misty De Meo <mistydemeo@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.6940.tar.gz'
|
|
sha1 '2322e5188657c72be72f09fdfa739c73024109cf'
|
|
|
|
head 'https://github.com/miyagawa/cpanminus.git'
|
|
|
|
def install
|
|
bin.install 'cpanm'
|
|
end
|
|
end
|