homebrew-cask/Casks/gambit-c.rb

20 lines
729 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gambit-c' do
2014-10-05 07:40:15 +08:00
version '4.7.3'
2016-09-29 22:52:34 +08:00
sha256 'bfdad5d4c5025b3ab21926554d870cb37a68607534b78912f81c62db29054a02'
2014-09-26 20:08:55 +08:00
2016-09-29 22:52:34 +08:00
# iro.umontreal.ca/~gambit was verified as official when first introduced to the cask
url "https://www.iro.umontreal.ca/~gambit/download/gambit/v4.7/prebuilt/gambc-v#{version.dots_to_underscores}-macosx-intel64.dmg"
2015-04-06 16:52:05 +08:00
name 'Gambit-C'
2014-10-05 07:40:15 +08:00
homepage 'http://gambitscheme.org/'
2014-09-26 20:08:55 +08:00
2016-09-29 22:52:34 +08:00
pkg "gambc-v#{version.dots_to_underscores}-macosx-intel64.pkg"
uninstall pkgutil: 'marc.feeley.gambc',
script: {
executable: "/Library/Gambit-C/v#{version}/bin/uninstall-gambc",
args: ["v#{version}"],
}
zap delete: '~/.gambc_history'
2014-03-09 01:01:10 +08:00
end