androidtool-mac icon indicating copy to clipboard operation
androidtool-mac copied to clipboard

Add brew support

Open prydda opened this issue 6 years ago • 5 comments

Nice keeping this alive! Possible to add homebrew support? :)

prydda avatar Feb 26 '19 18:02 prydda

If theres 10 votes for this I’ll look into it.

muandrew avatar Feb 26 '19 18:02 muandrew

how about if there are 8 votes?

maksimu avatar May 04 '20 16:05 maksimu

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

muandrew avatar May 11 '20 01:05 muandrew

will close when it is merged.

muandrew avatar May 11 '20 01:05 muandrew

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.

muandrew avatar May 11 '20 15:05 muandrew