Add foundationdb-key-value-store, version 3.0.2

This commit is contained in:
Ross Duggan 2014-12-11 17:46:14 +00:00 committed by ndr
parent b9bbe2ea22
commit a906025229
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
cask :v1 => 'foundationdb-key-value-store' do
version '3.0.2'
sha256 '5ba891e781277663e390ae24267261c80e97289e309aa3a48f8c93adfebad7f8'
url "https://foundationdb.com/downloads/f-dtxixofixocu/I_accept_the_FoundationDB_Community_License_Agreement/key-value-store/#{version}/FoundationDB-#{version}.pkg"
name 'FoundationDB Key-Value Store'
name 'FoundationDB'
homepage 'https://foundationdb.com/'
license :freemium
pkg "FoundationDB-#{version}.pkg"
uninstall :script => '/usr/local/foundationdb/uninstall-FoundationDB.sh',
:pkgutil => [
'FoundationDB-server',
'FoundationDB-clients',
]
end