New package: efm-langserver-0.0.52

This commit is contained in:
icp 2023-08-13 01:37:20 +05:30 committed by classabbyamp
parent 6a83f65768
commit 15495105eb
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Template file for 'efm-langserver'
pkgname=efm-langserver
version=0.0.52
revision=1
build_style=go
go_import_path=github.com/mattn/efm-langserver
short_desc="General purpose language server"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/mattn/efm-langserver"
distfiles="https://github.com/mattn/efm-langserver/archive/refs/tags/v${version}.tar.gz"
checksum=8a61b2da781835da2d54786bd985f548beaf4b9ce9d003f806f198cb0ab51078
post_install() {
vlicense LICENSE
}