mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:32:43 +00:00 
			
		
		
		
	 aa2e19e58f
			
		
	
	
		aa2e19e58f
		
	
	
	
	
		
			
			Port repos have been moved to the new SerenityPorts organization on GitHub, to declutter the main SerenityOS organization.
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			307 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			307 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/usr/bin/env -S bash ../.port_include.sh
 | |
| port=doom
 | |
| workdir=SerenityDOOM-master
 | |
| version=git
 | |
| files="https://github.com/SerenityPorts/SerenityDOOM/archive/master.tar.gz doom-git.tar.gz"
 | |
| makeopts="-C doomgeneric/"
 | |
| installopts="-C doomgeneric/"
 | |
| launcher_name=Doom
 | |
| launcher_category=Games
 | |
| launcher_command=doom
 |