mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			751 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			751 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Contributor: Jakub Jirutka <jakub@jirutka.cz>
 | |
| # Maintainer: Jakub Jirutka <jakub@jirutka.cz>
 | |
| pkgname=tree-sitter-rust
 | |
| pkgver=0.20.3
 | |
| pkgrel=0
 | |
| pkgdesc="Rust grammar for tree-sitter"
 | |
| url="https://github.com/tree-sitter/tree-sitter-rust"
 | |
| arch="all"
 | |
| license="MIT"
 | |
| makedepends="tree-sitter-dev"
 | |
| install_if="tree-sitter-grammars"
 | |
| source="https://github.com/tree-sitter/tree-sitter-rust/archive/v$pkgver/tree-sitter-rust-$pkgver.tar.gz"
 | |
| options="!check"  # no tests for shared lib
 | |
| 
 | |
| build() {
 | |
| 	abuild-tree-sitter build
 | |
| }
 | |
| package() {
 | |
| 	DESTDIR="$pkgdir" abuild-tree-sitter install
 | |
| }
 | |
| 
 | |
| sha512sums="
 | |
| 9732a6e9782538c1a7f7a265e185aece659e164284eac61f65f3d174845aafc697ec2758d6dddb52c8a6ee3856be67493339d680f963ee383894f1d3789d96d5  tree-sitter-rust-0.20.3.tar.gz
 | |
| "
 |