Add league displays cask (#75428)

* Add League Displays cask

Wallpaper/screensaver app featuring League of Legends art from Riot Games

* Format file via cask style

* Update league-displays.rb

Co-authored-by: Vítor Galvão <info@vitorgalvao.com>
This commit is contained in:
not 2020-01-12 09:39:42 -06:00 committed by Vítor Galvão
parent 1846e20f20
commit f39480032e
1 changed files with 17 additions and 0 deletions

17
Casks/league-displays.rb Normal file
View File

@ -0,0 +1,17 @@
cask 'league-displays' do
version :latest
sha256 :no_check
# screensaver.riotgames.com was verified as official when first introduced to the cask
url 'https://screensaver.riotgames.com/v2/installer/latest/League%20Displays.dmg'
name 'League Displays'
homepage 'https://leagueoflegends.com/en/featured/league-displays'
app 'LeagueDisplays.app'
zap trash: [
'~/Library/Logs/LeagueDisplays-Configurator.log',
'~/Library/Application Support/LolScreenSaver',
'~/Library/Screen Savers/League.saver',
]
end