2014-05-20 05:47:54 +00:00
|
|
|
require "formula"
|
2010-08-22 18:07:06 +00:00
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Cpanminus < Formula
|
2014-05-20 05:47:54 +00:00
|
|
|
homepage "https://github.com/miyagawa/cpanminus"
|
|
|
|
url "https://github.com/miyagawa/cpanminus/archive/1.7004.tar.gz"
|
|
|
|
sha1 "2430c8e8249446de29addc64409cdd9b9408c929"
|
2012-06-04 01:57:46 +00:00
|
|
|
|
2014-05-20 05:47:54 +00:00
|
|
|
head "https://github.com/miyagawa/cpanminus.git"
|
2010-08-22 18:07:06 +00:00
|
|
|
|
|
|
|
def install
|
2014-05-20 05:47:54 +00:00
|
|
|
bin.install "cpanm"
|
2010-08-22 18:07:06 +00:00
|
|
|
end
|
|
|
|
end
|