mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:42:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			390 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			390 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/bash ../.port_include.sh
 | |
| port=git
 | |
| version=2.26.0
 | |
| useconfigure="true"
 | |
| files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz"
 | |
| configopts="--target=i686-pc-serenity"
 | |
| depends="zlib"
 | |
| 
 | |
| build() {
 | |
|     run make $makeopts
 | |
|     run make strip
 | |
| }
 | |
| 
 | |
| export NO_OPENSSL=1
 | |
| export ac_cv_fread_reads_directories=no
 | |
| export ac_cv_snprintf_returns_bogus=no
 | 
