blob: 6fd6c0acc7dad557eb415df08b0a5d2bdd8c38f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require 'formula'
class Cpanminus < Formula
homepage 'https://github.com/miyagawa/cpanminus'
url 'https://github.com/miyagawa/cpanminus/archive/1.7102.tar.gz'
sha1 '2dce39eba39b226e20bfd178c3502fc9699f973b'
head 'https://github.com/miyagawa/cpanminus.git'
def install
bin.install 'cpanm'
end
end
|