From c8a66cf673217a0b39653cc2db2f2e7c0dbc657d Mon Sep 17 00:00:00 2001 From: Tom Jakubowski Date: Mon, 22 Oct 2012 16:11:41 -0700 Subject: [PATCH] add cask for TuneWiki lyrics app --- Casks/tunewiki.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Casks/tunewiki.rb diff --git a/Casks/tunewiki.rb b/Casks/tunewiki.rb new file mode 100644 index 000000000..36c0381ba --- /dev/null +++ b/Casks/tunewiki.rb @@ -0,0 +1,5 @@ +class Tunewiki < Cask + url 'http://www.tunewiki.com/download/desktop/TuneWiki_Installer.dmg' + homepage 'http://www.tunewiki.com/' + version '2.1.0' +end