Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Calq #15652

Closed
wants to merge 1 commit into from
Closed

Add Calq #15652

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Casks/calq.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cask :v1 => 'calq' do
version '1.4.6'
sha256 '3e12d3fe2aea2df0483e91081ff24558b7382bf7390b07ab9bd0b5912627ef86'

url "http://www.katoemba.net/download/Calq-#{version}.dmg.gz"

# This is a horrible hack to force the file extension. The
# backend code should be fixed so that this is not needed.
preflight do
system '/bin/mv', '--', staged_path.join("Calq-#{version}"), staged_path.join("Calq-#{version}.dmg")
end
container :nested => "Calq-#{version}.dmg"

name 'Calq'
homepage 'http://www.katoemba.net/makesnosenseatall/calq/'
license :gratis

app 'Calq.app'

zap :delete => '~/Library/Preferences/com.katoemba.calq.plist'
end