You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
259 B
14 lines
259 B
10 years ago
|
cask :v1 => 'spacey' do
|
||
|
version :latest
|
||
|
sha256 :no_check
|
||
|
|
||
|
url 'http://files.windowflow.com/Spacey.zip'
|
||
|
name 'Spacey'
|
||
|
homepage 'http://www.most-advantageous.com/spacey/'
|
||
|
license :closed
|
||
|
|
||
|
app 'Spacey.app'
|
||
|
|
||
|
depends_on :macos => :snow_leopard
|
||
|
end
|