homebrew-cask/Casks/gambit.rb

23 lines
952 B
Ruby
Raw Normal View History

2017-01-10 19:10:16 +08:00
cask 'gambit' do
2017-04-29 21:03:47 +08:00
version '4.8.8'
sha256 'ab1769355391752c3700b61292b726116ec14f5b24a861139e50b43df17ff64e'
2017-01-10 19:10:16 +08:00
2017-04-29 21:03:47 +08:00
# iro.umontreal.ca/~gambit/download/gambit was verified as official when first introduced to the cask
2017-01-10 19:10:16 +08:00
url "https://www.iro.umontreal.ca/~gambit/download/gambit/v#{version.major_minor}/prebuilt/gambit-v#{version.dots_to_underscores}-macosx-intel64.dmg"
appcast 'https://github.com/gambit/gambit/releases.atom',
2017-04-29 21:03:47 +08:00
checkpoint: '640c113048c260672eba4dd7d8675dcb386ee2cd6c701e313b218f4fb834b53b'
2017-01-10 19:10:16 +08:00
name 'Gambit'
homepage 'http://gambitscheme.org/'
pkg "gambit-v#{version.dots_to_underscores}-macosx-intel64.pkg"
uninstall pkgutil: 'marc.feeley.gambc',
script: {
executable: "/Library/Gambit/v#{version}/bin/uninstall-gambit",
args: ["v#{version}"],
2017-04-29 21:03:47 +08:00
sudo: true,
2017-01-10 19:10:16 +08:00
}
zap delete: '~/.gambit_history'
end