kareman / SwiftShell

A Swift framework for shell scripting.
https://kareman.github.io/SwiftShell
MIT License
1.03k stars 87 forks source link

Add to homebrew #10

Closed kareman closed 8 years ago

kareman commented 9 years ago

https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md

kareman commented 8 years ago

I'm hoping someone with experience with Homebrew can implement this one.

tanmayb123 commented 8 years ago

I think homebrew is more for command line packages, but I could be wrong. Maybe CocoaPods and Carthage would better suit for SwiftShell?

kareman commented 8 years ago

You're right, but Swiftshell is both a framework and a shell script which you call in the shebang at the top of your swift scripts. The problem now is that all swift frameworks have to be recompiled for every version of the compiler, so in its current version swiftshell isn't a good fit for homebrew. So I'll close this until there is a solution to this problem.