Last active
July 3, 2019 20:17
-
-
Save dnicolson/c0c7e1283b3d368fb224113f560dab33 to your computer and use it in GitHub Desktop.
This cask installs AirBuddy from a zip file in the current directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'uri' | |
cask 'airbuddy' do | |
version '1.0.4' | |
sha256 '793c396ecdf242a7b90433efa790c11b84209b6a9d621d5c1a68d201654b20cc' | |
url "file://#{URI.encode(File.expand_path(File.dirname(ARGV[1] || '')))}/S3KtOo0aHZ_AirBuddy_v1.0.4_18.zip" | |
name 'AirBuddy' | |
homepage 'https://gumroad.com/l/airbuddy' | |
app 'AirBuddy.app' | |
uninstall login_item: 'AirBuddyHelper', | |
quit: 'codes.rambo.AirBuddyHelper' | |
zap trash: [ | |
'~/Library/Cookies/codes.rambo.AirBuddyHelper.binarycookies', | |
'~/Library/Caches/codes.rambo.AirBuddyHelper', | |
] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment