From 4f5b8715841ec4acf5cc6c7bac1a206ec25c2242 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Fri, 14 Feb 2014 16:04:40 -0500 Subject: [PATCH] Added DVDStyler DVDStyler is a cross-platform free DVD authoring application that makes possible for video enthusiasts to create professional-looking DVDs. It is Free software distributed under the GNU General Public License (GPL). --- Casks/dvdstyler.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/dvdstyler.rb diff --git a/Casks/dvdstyler.rb b/Casks/dvdstyler.rb new file mode 100644 index 00000000000..55544c6705b --- /dev/null +++ b/Casks/dvdstyler.rb @@ -0,0 +1,7 @@ +class Dvdstyler < Cask + url 'http://downloads.sourceforge.net/sourceforge/dvdstyler/DVDStyler-2.6-MacOSX.zip' + homepage 'http://dvdstyler.org' + version '2.6' + sha1 '0c66115ef5ef52d24e781693e9b2e6ccf501c74e' + link 'DVDStyler.app' +end