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

Planck 1.0 #42315

Closed
wants to merge 1 commit into from
Closed

Planck 1.0 #42315

wants to merge 1 commit into from

Conversation

derekslager
Copy link
Contributor

This is a New Formula, Planck is a self-contained ClojureScript REPL.

version "1.0"

def install
bin.install "planck"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this a binary? If it is, and it can't be built from source, we have a homebrew-binary repository that might be a better fit.

@mistydemeo
Copy link
Member

I see this is a binary. Can this be built from source?

@derekslager
Copy link
Contributor Author

Source is available at https://github.com/mfikes/planck

I can work with the author to provide a versioned URL.

@mistydemeo
Copy link
Member

Thanks! If they tag a release, we could use the Github tarball and make the formula build from source.

@derekslager
Copy link
Contributor Author

Got it, thanks!

@derekslager
Copy link
Contributor Author

The build has some external dependencies, so in current form this is probably a better fit for homebrew-binary. I will relocate it there.

Assuming I wanted to put together a "build from source" build, are formulas which pull large external repositories and interact with systems such as CocoaPods discouraged?

@mistydemeo
Copy link
Member

Not necessarily, though it's easier if we can fetch those dependencies using Homebrew's mechanisms. Take a look at Go recipes like packer, for example; Homebrew manages fetching and staging the go deps instead of using go get.

@derekslager
Copy link
Contributor Author

@derekslager derekslager deleted the planck branch July 31, 2015 22:42
@dunn
Copy link
Contributor

dunn commented Aug 1, 2015

Just to be clear, if it can be built from source, even if it's a bit involved, then it should be here, not in homebrew-binary.

@derekslager
Copy link
Contributor Author

Thanks, Alex, I'm working with the author on this.

@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

3 participants