blob: 73c06c557ad623566ab2bb63863d8e346bf2f9d1 (
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.7014.tar.gz"
sha1 "b82e73a501b9b64d98e2dd4e7ed6b1db801619b8"
head "https://github.com/miyagawa/cpanminus.git"
def install
bin.install "cpanm"
end
end
|