homebrew-cask/Casks/background-music.rb

19 lines
745 B
Ruby

cask 'background-music' do
version '0.1.1'
sha256 '7ce875bb00fdeb2b5b363aa92367b3fa096d18cb02a02c461d5df66307ab1088'
url "https://github.com/kyleneideck/BackgroundMusic/releases/download/v#{version}/BackgroundMusic-#{version}.pkg"
appcast 'https://github.com/kyleneideck/BackgroundMusic/releases.atom'
name 'Background Music'
homepage 'https://github.com/kyleneideck/BackgroundMusic'
depends_on macos: '>= :yosemite'
pkg "BackgroundMusic-#{version}.pkg"
uninstall launchctl: 'com.bearisdriving.BGM.XPCHelper',
pkgutil: 'com.bearisdriving.BGM',
quit: 'com.bearisdriving.BGM.App',
script: '/Applications/Background Music.app/Contents/Resources/_uninstall-non-interactive.sh'
end