homebrew-core/Formula/perl-build.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

12 lines
397 B
Ruby

class PerlBuild < Formula
desc "Perl builder"
homepage "https://github.com/tokuhirom/Perl-Build"
url "https://github.com/tokuhirom/Perl-Build/archive/1.10.tar.gz"
sha256 "f005a730ee32b5dfc79af662f0862b31f078606ae3e78986b4be359a1e5e2bb9"
head "https://github.com/tokuhirom/perl-build.git"
def install
bin.install "perl-build", "bin/plenv-install", "bin/plenv-uninstall"
end
end