avibrazil / RDM

Easily set Mac Retina display to higher unsupported resolutions
4.11k stars 352 forks source link

homebrew cask #7

Open jaredatron opened 7 years ago

jaredatron commented 7 years ago

something like this:

cask 'retina-display-manager' do
  version '2.2'
  sha256 '4baba78e89fb36ae022d5a234bb968402503ed277af59ae72e8270e9b6bef895'

  url 'http://avi.alkalay.net/software/RDM/RDM-2.2.pkg'
  name 'RDM-2.2.pkg'
  homepage 'https://github.com/avibrazil/RDM'

  app 'RDM.app'
end
avibrazil commented 7 years ago

Is it some kind of packaging of RDM into homebrew ?

Cool (even if I don't use or don't know much about homebrew) !

Let me know if there is something to add to original codebase.

rinopo commented 7 years ago

Its already there. 😉 https://github.com/caskroom/homebrew-cask/blob/master/Casks/avibrazil-rdm.rb

FWIW, casks don't necessarily have to be taken care of by the author of the software; they are community-based.

jaredatron commented 7 years ago

oh man you should totally use homebrew. Installing software via brew cask install is the best!

avibrazil commented 7 years ago

Double clicking a PKG too, thats why I made the package. Now, I'm also into Linux, so when I need special advanced [server or command line] software, I'll do it in a Linux VM or Docker. My Mac is not more than a disposable terminal.