Created
March 19, 2018 05:35
-
-
Save indirect/c4a1a94490726aeb0652f1b5c1634d7b to your computer and use it in GitHub Desktop.
Homebrew recipe for gitx/gitx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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