aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/perl-build.rb
blob: 83bdb8146e8de39ecd1fd274656db3cb9420334c (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.08.tar.gz"
  sha1 "98842888f8106cabf5806bddf48c0d1567a12b05"

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

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