homebrew-cask/Casks/apache-directory-studio.rb

15 lines
636 B
Ruby
Raw Normal View History

cask :v1 => 'apache-directory-studio' do
version '2.0.0.v20150606-M9'
sha256 '9eca84d081a500fec84943600723782a6edac05eeab6791fe8a964e49c6d834e'
# apache.org is the official download host per the vendor homepage
url "http://www.us.apache.org/dist/directory/studio/2.0.0.v20150606-M9/ApacheDirectoryStudio-#{version}-macosx.cocoa.x86_64.tar.gz"
2015-01-04 11:05:23 +08:00
name 'Apache Directory Studio'
homepage 'http://directory.apache.org/studio/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Apache Directory Studio.app'
zap :delete => '~/.ApacheDirectoryStudio'
2014-04-22 22:31:14 +08:00
end