aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/perl-build.rb
blob: b4def414d64e811ae3dfa0102dddad4aeee4bfad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class PerlBuild < Formula
  homepage 'https://github.com/tokuhirom/Perl-Build'
  url 'https://github.com/tokuhirom/Perl-Build/archive/1.05.tar.gz'
  sha1 '0ac64b152c6de9b4917ae0a5877efaad0160af48'

  head 'https://github.com/tokuhirom/perl-build.git'

  def install
    bin.install "perl-build", "bin/plenv-install", "bin/plenv-uninstall"
  end
end