New package: nsjail-1.2
This commit is contained in:
		
							
								
								
									
										20
									
								
								srcpkgs/nsjail/template
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								srcpkgs/nsjail/template
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| # Template file for 'nsjail' | ||||
| pkgname=nsjail | ||||
| version=1.2 | ||||
| revision=1 | ||||
| build_style=gnu-makefile | ||||
| short_desc="A light-weight process isolation tool" | ||||
| maintainer="Andrea Brancaleoni <abc@pompel.me>" | ||||
| license="Apache-2.0" | ||||
| homepage="https://github.com/google/$pkgname" | ||||
| distfiles="$homepage/archive/$version.tar.gz" | ||||
| checksum="9f262d56a189cf26f5c66b2c022364df979da92042f64c04300fdbb88aaba8ab" | ||||
|  | ||||
| do_build() { | ||||
| 	make CC=$CC | ||||
| } | ||||
|  | ||||
| do_install() { | ||||
| 	vbin $pkgname | ||||
| 	vlicense LICENSE | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Andrea Brancaleoni
					Andrea Brancaleoni