CartfileDiff icon indicating copy to clipboard operation
CartfileDiff copied to clipboard

Add to homebrew?

Open AndrewSB opened this issue 7 years ago • 0 comments

Doing

- curl -L -O https://github.com/Carthage/Carthage/releases/download/0.16.2/Carthage.pkg
- sudo installer -pkg Carthage.pkg -target /
- curl -L -O https://github.com/YPlan/CartfileDiff/releases/download/0.1/CartfileDiff.pkg
- sudo installer -pkg CartfileDiff.pkg -target /
install: true
script: script/cibuild

for every build is fun, but I think it would be a lot easier if carthagediff could be vended through homebrew!

AndrewSB avatar Nov 14 '16 07:11 AndrewSB