Skip to content

Instantly share code, notes, and snippets.

@indirect
Created March 19, 2018 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indirect/c4a1a94490726aeb0652f1b5c1634d7b to your computer and use it in GitHub Desktop.
Save indirect/c4a1a94490726aeb0652f1b5c1634d7b to your computer and use it in GitHub Desktop.
Homebrew recipe for gitx/gitx
cask 'gitx-gitx' do
version '0.16-2327'
sha256 'c8dd6dcac8dd85808acdb937f3125bf67b2b1c2b36da5541f20de73628abf544'
url 'https://github.com/gitx/gitx/releases/download/build%2F0.16%2F2327/GitX-dev-2327.dmg'
name 'GitX'
homepage 'https://github.com/gitx/gitx'
conflicts_with cask: ['gitx', 'laullon-gitx', 'rowanj-gitx']
app 'GitX.app'
binary "#{appdir}/GitX.app/Contents/Resources/gitx"
zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/net.phere.gitx.sfl*',
'~/Library/Caches/net.phere.GitX',
'~/Library/Preferences/net.phere.GitX.plist',
'~/Library/Saved Application State/net.phere.GitX.savedState',
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment