Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

cloc: v1.66 upgrade #49409

Closed
wants to merge 1 commit into from
Closed

cloc: v1.66 upgrade #49409

wants to merge 1 commit into from

Conversation

syscrusher
Copy link
Contributor

Simple update for cloc to v1.66

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

@ilovezfs
Copy link
Contributor

why is the Makefile not being used?

@syscrusher
Copy link
Contributor Author

Fixed.
I simply didn't notice the new Makefile and it installs fine without it, albeit without a man page.

head "https://github.com/AlDanial/cloc.git"

bottle :unneeded

def install
bin.install "cloc"
cd "Unix" do
system "make", "prefix=#{prefix}", "install"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two-character indent. Also, rather than doing cd you can pass "-C", "Unix"

@syscrusher
Copy link
Contributor Author

Changes made. Thanks for the feedback @MikeMcQuaid.

@nijikon
Copy link
Contributor

nijikon commented Feb 22, 2016

Merged. Thank you for your contribution to Homebrew!

@nijikon nijikon closed this in c696509 Feb 22, 2016
@Homebrew Homebrew locked and limited conversation to collaborators Jul 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants