| 
									
										
										
										
											2015-08-14 14:21:39 -04:00
										 |  |  | class TestballBottle < Formula | 
					
						
							|  |  |  |   def initialize(name = "testball_bottle", path = Pathname.new(__FILE__).expand_path, spec = :stable) | 
					
						
							|  |  |  |     self.class.instance_eval do | 
					
						
							|  |  |  |       stable.url "file://#{File.expand_path("..", __FILE__)}/tarballs/testball-0.1.tbz" | 
					
						
							|  |  |  |       stable.sha256 "1dfb13ce0f6143fe675b525fc9e168adb2215c5d5965c9f57306bb993170914f" | 
					
						
							|  |  |  |       stable.bottle do | 
					
						
							|  |  |  |         cellar :any_skip_relocation | 
					
						
							|  |  |  |         root_url "file://#{File.expand_path("..", __FILE__)}/bottles" | 
					
						
							| 
									
										
										
										
											2015-09-06 20:47:40 +08:00
										 |  |  |         sha256 "9abc8ce779067e26556002c4ca6b9427b9874d25f0cafa7028e05b5c5c410cb4" => bottle_tag | 
					
						
							| 
									
										
										
										
											2015-08-14 14:21:39 -04:00
										 |  |  |       end | 
					
						
							|  |  |  |       cxxstdlib_check :skip | 
					
						
							|  |  |  |     end | 
					
						
							|  |  |  |     super | 
					
						
							|  |  |  |   end | 
					
						
							| 
									
										
										
										
											2015-11-19 07:54:27 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  |   def install | 
					
						
							|  |  |  |     prefix.install "bin" | 
					
						
							|  |  |  |     prefix.install "libexec" | 
					
						
							|  |  |  |   end | 
					
						
							| 
									
										
										
										
											2015-08-14 14:21:39 -04:00
										 |  |  | end |