homebrew-cask/Casks/minilyrics.rb

14 lines
382 B
Ruby
Raw Normal View History

2014-11-14 01:26:23 +08:00
cask :v1 => 'minilyrics' do
2014-09-17 19:42:53 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://www.crintsoft.com/download/MiniLyrics.dmg'
2015-04-14 04:22:25 +08:00
name 'MiniLyrics'
homepage 'http://www.crintsoft.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:04 +08:00
pkg 'MiniLyrics.pkg'
2014-11-22 22:12:42 +08:00
2014-04-24 19:44:31 +08:00
uninstall :pkgutil => 'com.crintsoft.MiniLyrics.pkg'
end