mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
13 lines
438 B
Ruby
13 lines
438 B
Ruby
class Zendserver < Cask
|
|
version '6.3.0'
|
|
sha256 'a1e7f5c4801ae0658508dcbde9e71e6d914cd2546f5d261c7eb7ae31ef4bd31f'
|
|
|
|
url "http://downloads.zend.com/zendserver/#{version}/ZendServer-#{version}-php-5.5.7.dmg"
|
|
homepage 'http://www.zend.com/en/products/server/'
|
|
|
|
pkg 'Zend Server.pkg'
|
|
uninstall :script => { :executable => '/usr/local/zend/bin/uninstall.sh', :args => ['--automatic'] }
|
|
caveats do
|
|
files_in_usr_local
|
|
end
|
|
end
|