blob: bd3fe229d970b35acf69a45181044e2b2de47f37 (
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.6919.tar.gz'
sha1 '2a63b32cef4173aea0bebe78b44c390d66247a95'
head 'https://github.com/miyagawa/cpanminus.git'
def install
bin.install 'cpanm'
end
end
|