12 lines
		
	
	
		
			296 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			296 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
|   | test_cask 'rar-container' do | ||
|  |   version '1.2.3' | ||
|  |   sha256 '35fb13fb13e6aefc38b60486627eff6b6b55b2f99f64bf47938530c6cf9e0a0f' | ||
|  | 
 | ||
|  |   url TestHelper.local_binary_url('rarcontainer.rar') | ||
|  |   homepage 'http://example.com/rar-container' | ||
|  | 
 | ||
|  |   depends_on formula: 'unar' | ||
|  | 
 | ||
|  |   app 'rarcontainer/Application.app' | ||
|  | end |