From 3ddc3cd9b0fd944fb33371a6c9bc3128e282409f Mon Sep 17 00:00:00 2001 From: Ryo Inoue Date: Fri, 18 Dec 2015 01:32:35 +0900 Subject: [PATCH] Add ColorTester Add comment on url stanza --- Casks/colortester.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Casks/colortester.rb diff --git a/Casks/colortester.rb b/Casks/colortester.rb new file mode 100644 index 0000000000..a912af690a --- /dev/null +++ b/Casks/colortester.rb @@ -0,0 +1,18 @@ +cask :v1 => 'colortester' do + version :latest + sha256 :no_check + + # alfasado.co.jp is the official download host per the vendor homepage + url 'http://www.alfasado.co.jp/download/ColorTester_Mac.zip' + name 'ColorTester' + homepage 'http://alfasado.net/apps/colortester.html' + license :gratis + + app 'ColorTester/ColorTester.app' + + zap :delete => [ + '~/Library/Preferences/com.alfasado.colortester', + '~/Library/Preferences/com.alfasado.colortester.plist', + '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.alfasado.colortester.sfl', + ] +end