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-10-19 21:15:41 +00:00
|
|
|
url 'https://github.com/miyagawa/cpanminus/tarball/1.5018'
|
|
|
|
sha1 'e39120f65d8983990661200457925775c2259d5c'
|
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
|