diff options
Diffstat (limited to 'Library/Homebrew/cask/test/support/Casks/stuffit-container.rb')
| -rw-r--r-- | Library/Homebrew/cask/test/support/Casks/stuffit-container.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/test/support/Casks/stuffit-container.rb b/Library/Homebrew/cask/test/support/Casks/stuffit-container.rb new file mode 100644 index 000000000..a42971ff5 --- /dev/null +++ b/Library/Homebrew/cask/test/support/Casks/stuffit-container.rb @@ -0,0 +1,11 @@ +test_cask 'stuffit-container' do + version '1.2.3' + sha256 '892b6d49a98c546381d41dec9b0bbc04267ac008d72b99755968d357099993b7' + + url TestHelper.local_binary_url('sheldonmac.sit') + homepage 'http://www.tobias-jung.de/seekingprofont/' + + depends_on formula: 'unar' + + artifact 'sheldonmac/v1.0', target: "#{Hbc.appdir}/sheldonmac/v1.0" +end |
