Darwin Groskleg
10 years ago
committed by
Darwin Groskleg
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
cask :v1 => 'clipmenu-alpha' do |
|||
version '1.0.0a1' |
|||
sha256 'ce92a6efa7397d39e0d73bdd5394438ceb1f66543c2e4695969d7acfaad1434e' |
|||
|
|||
# dropbox.com is the official download host per the vendor homepage |
|||
url "https://dl.dropbox.com/u/1140644/clipmenu/ClipMenu-#{version}.dmg" |
|||
name 'ClipMenu' |
|||
homepage 'http://www.clipmenu.com/' |
|||
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder |
|||
|
|||
app 'ClipMenu.app' |
|||
|
|||
depends_on :macos => '>= :yosemite' |
|||
end |
Loading…
Reference in new issue