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'
|
2013-05-22 02:05:48 +00:00
|
|
|
url 'https://github.com/miyagawa/cpanminus/archive/1.6915.tar.gz'
|
|
|
|
sha1 'cab5073c8ef7f9317d0d7fac6514c1f2d568d15f'
|
2012-06-04 01:57:46 +00:00
|
|
|
|
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
|