2014-06-21 20:24:06 +00:00
|
|
|
require "formula"
|
2013-05-30 08:48:20 +00:00
|
|
|
|
|
|
|
class PerlBuild < Formula
|
2014-06-21 20:24:06 +00:00
|
|
|
homepage "https://github.com/tokuhirom/Perl-Build"
|
|
|
|
url "https://github.com/tokuhirom/Perl-Build/archive/1.08.tar.gz"
|
|
|
|
sha1 "98842888f8106cabf5806bddf48c0d1567a12b05"
|
2013-05-30 08:48:20 +00:00
|
|
|
|
2014-06-21 20:24:06 +00:00
|
|
|
head "https://github.com/tokuhirom/perl-build.git"
|
2013-05-30 08:48:20 +00:00
|
|
|
|
|
|
|
def install
|
2013-05-31 00:40:29 +00:00
|
|
|
bin.install "perl-build", "bin/plenv-install", "bin/plenv-uninstall"
|
2013-05-30 08:48:20 +00:00
|
|
|
end
|
|
|
|
end
|