homebrew-cask/Casks/chessx.rb

14 lines
365 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'chessx' do
2016-03-21 09:17:14 +08:00
version '1.4.0'
sha256 'cd019f5ad61ea6b7b0488e7a50ffb8012c3f65f11fb0367205e2a342c2eb4d20'
2015-04-10 03:04:43 +08:00
url "http://downloads.sourceforge.net/project/chessx/chessx/#{version}/chessx-#{version}.dmg"
2015-04-10 03:04:43 +08:00
name 'ChessX'
homepage 'http://chessx.sourceforge.net/'
license :gpl
pkg 'chessx-installer.mpkg'
2015-12-22 08:33:30 +08:00
uninstall pkgutil: 'net.sourceforge.chessx'
2015-04-10 03:04:43 +08:00
end