brainfuck.paketlendi
This commit is contained in:
		
							parent
							
								
									6a2fbcec4d
								
							
						
					
					
						commit
						461a6302c3
					
				
					 1 changed files with 15 additions and 0 deletions
				
			
		
							
								
								
									
										15
									
								
								talimatname/genel/brainfuck/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								talimatname/genel/brainfuck/talimat
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
# Description: brainfuck dili derleyicisi
 | 
			
		||||
# URL: https://github.com/benjamin-james/brainfuck
 | 
			
		||||
# Packager: milisarge
 | 
			
		||||
# Depends on: 
 | 
			
		||||
 | 
			
		||||
name=brainfuck
 | 
			
		||||
version=0.1
 | 
			
		||||
release=1
 | 
			
		||||
source=(https://github.com/benjamin-james/brainfuck/archive/0.1.tar.gz)
 | 
			
		||||
 | 
			
		||||
build() {
 | 
			
		||||
	cd "${name}-${version}"
 | 
			
		||||
	make
 | 
			
		||||
	make DESTDIR="${PKG}/" PREFIX="/usr" install
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue