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-01-26 06:16:37 +00:00
|
|
|
url 'https://github.com/miyagawa/cpanminus/tarball/1.5007'
|
|
|
|
sha1 'd0bbf766a7250253138381833af152895f8115b7'
|
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
|