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-08-06 22:13:13 +00:00
|
|
|
url 'https://github.com/miyagawa/cpanminus/tarball/1.5017'
|
|
|
|
sha1 'c29d61e6dd19395238af78eb9bc09a1eaac6b73a'
|
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
|