|  |  | @ -5,14 +5,18 @@ name=hello | 
			
		
	
		
			
				
					|  |  |  | version=2.9 | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | # Get them files | 
			
		
	
		
			
				
					|  |  |  | download "http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz" \  # URL [REQUIRED] | 
			
		
	
		
			
				
					|  |  |  |          "67607d2616a0faaf5bc94c59dca7c3cb" \  # MD5sum [REQUIRED] | 
			
		
	
		
			
				
					|  |  |  |          "curl -L -o {dst} {src}"  # Custom command | 
			
		
	
		
			
				
					|  |  |  | extract "$name-$version.tar.gz" \  # Name [REQUIRED] | 
			
		
	
		
			
				
					|  |  |  |         "tar xvf {src}"  # Custom command | 
			
		
	
		
			
				
					|  |  |  | #dlextract "http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz" \  # Abbreviation for the above functions | 
			
		
	
		
			
				
					|  |  |  | #          "67607d2616a0faaf5bc94c59dca7c3cb"  # Does not allow custom commands | 
			
		
	
		
			
				
					|  |  |  | #extrafile "Herpaderp.txt"  # Copy local file to build directory. Path relative to the location of the satellite file | 
			
		
	
		
			
				
					|  |  |  | # URL [REQUIRED], MD5sum [REQUIRED], Custom command | 
			
		
	
		
			
				
					|  |  |  | download "http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz" \ | 
			
		
	
		
			
				
					|  |  |  |          "67607d2616a0faaf5bc94c59dca7c3cb" \ | 
			
		
	
		
			
				
					|  |  |  |          "curl -L -o {dst} {src}" | 
			
		
	
		
			
				
					|  |  |  | # Name [REQUIRED], Custom command | 
			
		
	
		
			
				
					|  |  |  | extract "$name-$version.tar.gz" \ | 
			
		
	
		
			
				
					|  |  |  |         "tar xvf {src}" | 
			
		
	
		
			
				
					|  |  |  | # Abbreviation for the above functions. Does not allow custom commands | 
			
		
	
		
			
				
					|  |  |  | #dlextract "http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz" \ | 
			
		
	
		
			
				
					|  |  |  | #          "67607d2616a0faaf5bc94c59dca7c3cb" | 
			
		
	
		
			
				
					|  |  |  | # Copy local file to build directory. Path relative to the location of the satellite file | 
			
		
	
		
			
				
					|  |  |  | #extrafile "Herpaderp.txt"   | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | # Compilation instructions | 
			
		
	
		
			
				
					|  |  |  | cd "$name-$version" | 
			
		
	
	
		
			
				
					|  |  | 
 |