blob: 63c84734a83df3b16226d24e7b8facdbfd7eeb5b (
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.7004.tar.gz"
sha1 "2430c8e8249446de29addc64409cdd9b9408c929"
head "https://github.com/miyagawa/cpanminus.git"
def install
bin.install "cpanm"
end
end
|