Add Mirage Cask

This commit adds a cask for Mirage 1.0.1.

The `url` and `homepage` fields point to Softpedia as the [original
developer's website](http://www.itaiferber.com) is no longer available.

The description of the application on Softpedia's website reads:

```markdown
Mirage is a free Cocoa based application which will make your dock,
separator, indicator and even Stacks totally clear.

Mirage will allow you to:

- Install a clear dock.
- Install a clear separator.
- Install clear indicators.
- Install clear stacks.
- Restore any combination of those straight from default.
```
This commit is contained in:
Jason Garber 2013-07-21 17:39:31 -04:00
parent eff1194d51
commit b95b8c8821
1 changed files with 7 additions and 0 deletions

7
Casks/mirage.rb Normal file
View File

@ -0,0 +1,7 @@
class Mirage < Cask
url 'http://download2us.softpedia.com/dl/a52298e7716cfbb6a9949a91cadc8ccd/51ec53d1/400074508/mac/Desktop/Mirage.zip'
homepage 'http://mac.softpedia.com/get/Wallpapers/Ferber-Mirage.shtml'
version '1.0.1'
no_checksum
link 'Mirage.app'
end