2013-05-30 08:48:20 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class PerlBuild < Formula
|
|
|
|
homepage 'https://github.com/tokuhirom/Perl-Build'
|
2013-09-04 01:55:28 +00:00
|
|
|
url 'https://github.com/tokuhirom/Perl-Build/archive/1.05.tar.gz'
|
|
|
|
sha1 '0ac64b152c6de9b4917ae0a5877efaad0160af48'
|
2013-05-30 08:48:20 +00:00
|
|
|
|
|
|
|
head 'https://github.com/tokuhirom/perl-build.git'
|
|
|
|
|
|
|
|
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
|