10 lines
		
	
	
		
			245 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			245 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/zsh
							 | 
						||
| 
								 | 
							
								DEPENDENCIES+=()
							 | 
						||
| 
								 | 
							
								REQUIRED_ENV+=()
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								use scwrypts/meta
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								CHECK_ENVIRONMENT
							 | 
						||
| 
								 | 
							
								#####################################################################
							 | 
						||
| 
								 | 
							
								SCWRYPTS__RUN --name system/packages/install --group scwrypts --type zsh -- --only-build $@
							 |