sticklerm3 / homebrew-pourhouse

My homebrew tap, serving up casks from EclecticLightCo!
https://sticklerm3.github.io/homebrew-pourhouse/
BSD 2-Clause "Simplified" License
118 stars 9 forks source link

Command Line Tools? #18

Open SainteCelery opened 5 years ago

SainteCelery commented 5 years ago

Thanks for setting this up! Do you plan to add a formula repo for EL's non-UI tools like Blowhole, alisma, cmpxat, etc?

sticklerm3 commented 5 years ago

yeah, I've been looking into the particular stanzas on how to write them and so on.. basically this project has just been my practice to writing ruby formula for Homebrew. Since they're already binaries I've been reading on how to properly write them, any expertise is helpful and I'll have them up as soon as I have the time to work on them

sticklerm3 commented 5 years ago

So I think I've figured out the way to properly write the formula! It seems to have gone mostly well in Travis! I'm still looking into making sure they install properly however so anyone who sees this could test alisma to start, that would be great! I know it downloads and the pkg installer in the caskroom, I'm just unable to verify whether the software properly installs or if it just places it there for you to install manually (like how little snitch works!). Once I'm sure that this is the correct formula, I'll add caveats stanza's with any information/instructions that may still be needed! Any input or feedback is always appreciated!

sticklerm3 commented 5 years ago

Close issue #1

WorkInProgress-Development commented 4 years ago

I'm not exactly sure how to write this, but as alisma (maybe others) installs via a package file, users without administrator access cannot install it. I don't know whether there is a way to fix it, but when the alisma binary is downloaded from the eclectic light co website (eclecticlight.co), it comes in both a package and a binary, which can be moved elsewhere.

Apologies if this is already known and/or poorly written.