Permalink
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| cask 'emacs' do | |
| version '26.1-2' | |
| sha256 '2ea8d0b0055d5d0ba604771dbb2f9731dd5c815776eec6a9bca3c44d7ab40d99' | |
| url "https://emacsformacosx.com/emacs-builds/Emacs-#{version}-universal.dmg" | |
| appcast 'https://emacsformacosx.com/atom/release' | |
| name 'Emacs' | |
| homepage 'https://emacsformacosx.com/' | |
| conflicts_with formula: 'emacs' | |
| app 'Emacs.app' | |
| binary "#{appdir}/Emacs.app/Contents/MacOS/Emacs", target: 'emacs' | |
| binary "#{appdir}/Emacs.app/Contents/MacOS/bin/ebrowse" | |
| binary "#{appdir}/Emacs.app/Contents/MacOS/bin/emacsclient" | |
| binary "#{appdir}/Emacs.app/Contents/MacOS/bin/etags" | |
| zap trash: [ | |
| '~/Library/Caches/org.gnu.Emacs', | |
| '~/Library/Preferences/org.gnu.Emacs.plist', | |
| '~/Library/Saved Application State/org.gnu.Emacs.savedState', | |
| ] | |
| end |