17 lines
		
	
	
		
			584 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			584 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # Template file for 'jsonnet-language-server'
 | |
| pkgname=jsonnet-language-server
 | |
| version=0.13.1
 | |
| revision=1
 | |
| build_style=go
 | |
| go_import_path=github.com/grafana/jsonnet-language-server
 | |
| short_desc="Language Server Protocol (LSP) server for Jsonnet"
 | |
| maintainer="Cameron Nemo <cam@nohom.org>"
 | |
| license="AGPL-3.0-or-later"
 | |
| homepage="https://github.com/grafana/jsonnet-language-server"
 | |
| distfiles="https://github.com/grafana/jsonnet-language-server/archive/refs/tags/v${version}.tar.gz"
 | |
| checksum=00341c5bd1ea8b2eb2be61cc26cdba5a6c6b678c30d9b3f55a625e8db40d1bfa
 | |
| 
 | |
| post_install() {
 | |
| 	vlicense LICENSE
 | |
| }
 | 
