aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/perl-build.rb
blob: 4c565de04e79a4134845ad5173843b8861dd6b6c (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.03.tar.gz'
  sha1 'dda816ad6445d82b4be144dc426d33853a8b5344'

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

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