homebrew-core/Formula/cpanminus.rb
Jack Nagel 0627f6dd8e cpanminus: add stable tarball
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-26 00:16:37 -06:00

12 lines
309 B
Ruby

require 'formula'
class Cpanminus < Formula
url 'https://github.com/miyagawa/cpanminus/tarball/1.5007'
sha1 'd0bbf766a7250253138381833af152895f8115b7'
head 'https://github.com/miyagawa/cpanminus.git'
homepage 'https://github.com/miyagawa/cpanminus'
def install
bin.install ['cpanm']
end
end