mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-11-04 11:57:00 +00:00 
			
		
		
		
	Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			232 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			232 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
prefix=@prefix@
 | 
						|
exec_prefix=${prefix}
 | 
						|
libdir=@libdir@
 | 
						|
includedir=${prefix}/include
 | 
						|
 | 
						|
Name: libgit2
 | 
						|
Description: The git library, take 2
 | 
						|
Version: 0.0.1
 | 
						|
Requires: libcrypto
 | 
						|
Libs: -L${libdir} -lgit2 -lz -lcrypto
 | 
						|
Cflags: -I${includedir}
 |