homebrew-cask/Casks/mtmr.rb

17 lines
459 B
Ruby
Raw Normal View History

cask 'mtmr' do
2018-10-18 03:53:01 +08:00
version '0.18.5'
sha256 'd5bb6ff746fbd0322dd4bcf51cf1c7b1f625eff4fbbb23009822fdfb3db53d7c'
2018-05-27 06:29:39 +08:00
url "https://github.com/Toxblh/MTMR/releases/download/v#{version}/MTMR.#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/Toxblh/MTMR/releases.atom'
name 'My TouchBar. My rules'
homepage 'https://github.com/Toxblh/MTMR'
auto_updates true
depends_on macos: '>= :sierra'
app 'MTMR.app'
2018-06-18 11:18:24 +08:00
zap trash: '~/Library/Application Support/MTMR'
end