Skip to content

Commit

Permalink
Added cask for clipy
Browse files Browse the repository at this point in the history
  • Loading branch information
econa authored and vitorgalvao committed Jul 4, 2015
1 parent 6fb6068 commit 2a149cc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Casks/clipy.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
cask :v1 => 'clipy' do
version '1.0.0'
sha256 '3bd648fb8fcd9a4fec00dd9c0f9de81840635203bee08444303e96db89aadb64'

url "https://github.com/Clipy/Clipy/releases/download/#{version}/Clipy_#{version}.dmg"
appcast 'https://github.com/Clipy/Clipy/releases.atom'
name 'Clipy'
homepage 'http://clipy-app.com/'
license :mit

app 'Clipy.app'
end

0 comments on commit 2a149cc

Please sign in to comment.