mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			909 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			909 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Contributor: Jakub Jirutka <jakub@jirutka.cz>
 | |
| # Maintainer: Jakub Jirutka <jakub@jirutka.cz>
 | |
| pkgname=tree-sitter-git-diff
 | |
| pkgver=0_git20211225
 | |
| _gitrev=c12e6ecb54485f764250556ffd7ccb18f8e2942b
 | |
| pkgrel=2
 | |
| pkgdesc="Tree-sitter grammar for 'git diff' output"
 | |
| url="https://github.com/the-mikedavis/tree-sitter-diff"
 | |
| arch="all"
 | |
| license="MIT"
 | |
| makedepends="tree-sitter-dev"
 | |
| install_if="tree-sitter-grammars"
 | |
| source="https://github.com/the-mikedavis/tree-sitter-diff/archive/$_gitrev/tree-sitter-git-diff-$_gitrev.tar.gz"
 | |
| builddir="$srcdir/$pkgname-$_gitrev"
 | |
| options="!check"  # no tests for shared lib
 | |
| 
 | |
| build() {
 | |
| 	abuild-tree-sitter build
 | |
| }
 | |
| 
 | |
| package() {
 | |
| 	DESTDIR="$pkgdir" abuild-tree-sitter install
 | |
| }
 | |
| 
 | |
| sha512sums="
 | |
| 95ccf5a0f84c9599dcbfa9a8f549b0efaf848362eea65f411739dc09c605556c2fee1e93a9547407f279339b13b1a1637b96f560658e1b22658c558351db5307  tree-sitter-git-diff-c12e6ecb54485f764250556ffd7ccb18f8e2942b.tar.gz
 | |
| "
 |