17 lines
469 B
Bash
17 lines
469 B
Bash
# Template file for 'go-langserver'
|
|
pkgname=go-langserver
|
|
version=2.0.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/sourcegraph/go-langserver"
|
|
short_desc="Go language server"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/sourcegraph/go-langserver"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=12787cd4cff28ad6674bc4de29a68fb60f1e2e0d691cde017f413bbed1e49f9d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|