blob: dc26cfd0186f55235eeacfe9ec152f7cfa0bb932 (
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/tarball/1.5013'
sha1 'dc24ba57a05791813d58e9fc1dfdbe98a0ebd5f3'
head 'https://github.com/miyagawa/cpanminus.git'
def install
bin.install 'cpanm'
end
end
|