[GH-ISSUE #5] Add cask file to caskroom/homebrew-cask #4

Closed
opened 2026-03-03 01:09:27 +03:00 by kerem · 2 comments
Owner

Originally created by @shin1ogawa on GitHub (Jul 3, 2015).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/5

I tried to created cask file clipy.rb. This works on my local environment.

cask :v1 => 'clipy' do
  version '1.0.0'
  sha256 '3bd648fb8fcd9a4fec00dd9c0f9de81840635203bee08444303e96db89aadb64'

  url 'https://github.com/Clipy/Clipy/releases/download/1.0.0/Clipy_1.0.0.dmg'
  name 'Clipy'
  homepage 'http://clipy-app.com/'
  license :mit

  app 'Clipy.app'
end
Originally created by @shin1ogawa on GitHub (Jul 3, 2015). Original GitHub issue: https://github.com/Clipy/Clipy/issues/5 I tried to created cask file `clipy.rb`. This works on my local environment. ``` ruby:clipy.rb cask :v1 => 'clipy' do version '1.0.0' sha256 '3bd648fb8fcd9a4fec00dd9c0f9de81840635203bee08444303e96db89aadb64' url 'https://github.com/Clipy/Clipy/releases/download/1.0.0/Clipy_1.0.0.dmg' name 'Clipy' homepage 'http://clipy-app.com/' license :mit app 'Clipy.app' end ```
kerem closed this issue 2026-03-03 01:09:27 +03:00
Author
Owner

@Econa77 commented on GitHub (Jul 4, 2015):

Thanks for write cask file.

We should send a pullRequest to homebrew-cask.

<!-- gh-comment-id:118454152 --> @Econa77 commented on GitHub (Jul 4, 2015): Thanks for write cask file. We should send a pullRequest to homebrew-cask.
Author
Owner

@Econa77 commented on GitHub (Jul 4, 2015):

Changes have been incorporated
Thanks for your Contribution.

https://github.com/caskroom/homebrew-cask/pull/12354#issuecomment-118503470

<!-- gh-comment-id:118507518 --> @Econa77 commented on GitHub (Jul 4, 2015): Changes have been incorporated Thanks for your Contribution. https://github.com/caskroom/homebrew-cask/pull/12354#issuecomment-118503470
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#4
No description provided.