2010-08-22 18:07:06 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Cpanminus < Formula
|
2012-02-13 06:02:29 +00:00
|
|
|
homepage 'https://github.com/miyagawa/cpanminus'
|
2012-06-04 01:57:46 +00:00
|
|
|
url 'https://github.com/miyagawa/cpanminus/tarball/1.5013'
|
|
|
|
sha1 'dc24ba57a05791813d58e9fc1dfdbe98a0ebd5f3'
|
|
|
|
|
2011-05-27 05:02:55 +00:00
|
|
|
head 'https://github.com/miyagawa/cpanminus.git'
|
2010-08-22 18:07:06 +00:00
|
|
|
|
|
|
|
def install
|
2012-02-13 06:02:29 +00:00
|
|
|
bin.install 'cpanm'
|
2010-08-22 18:07:06 +00:00
|
|
|
end
|
|
|
|
end
|