lots of updates
This commit is contained in:
		
							parent
							
								
									872362f202
								
							
						
					
					
						commit
						c89aa236bd
					
				
					 45 changed files with 5388 additions and 74 deletions
				
			
		
							
								
								
									
										22
									
								
								pkgs/bat/build.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								pkgs/bat/build.sh
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| pkgname=bat | ||||
| pkgver=0.17.1 | ||||
| 
 | ||||
| fetch() { | ||||
| 	curl -L "https://github.com/sharkdp/bat/archive/v$pkgver.tar.gz" -o $pkgname-$pkgver.tar.xz | ||||
| 	tar -xf $pkgname-$pkgver.tar.xz | ||||
| } | ||||
| 
 | ||||
| build() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	cargo build --release --locked --all-features | ||||
| } | ||||
| 
 | ||||
| package() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/" | ||||
| } | ||||
| 
 | ||||
| license() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	cat LICENSE-MIT | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue