androidtool-mac
androidtool-mac copied to clipboard
Add brew support
Nice keeping this alive! Possible to add homebrew support? :)
If theres 10 votes for this I’ll look into it.
how about if there are 8 votes?
One off but I thought I'd get started instead of procrastinating.
https://github.com/Homebrew/homebrew-cask/pull/82354
my notes
set up environment according to https://github.com/Homebrew/homebrew-cask/blob/master/CONTRIBUTING.md#getting-set-up-to-contribute
generate sha from instructions under https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md#cask-stanzas
tested the following
brew cask install androidtool
brew cask uninstall androidtool
brew cask audit androidtool --download
# audit for androidtool: passed
cd "$(brew --repository)"/Library/Taps/homebrew/homebrew-cask
brew cask style Casks/androidtool.rb [--fix]
# 1 file inspected, no offenses detected
commit convetion according to https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md#commit-messages
will close when it is merged.
Rejected, need to follow the following https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md#forks-and-apps-with-conflicting-names.
I'll reach out to mortenjust and see if he will endorse this project, then I'll proceed to creating another token.