app-editors/efm-langserver: initial import of version 0.0.2

Este commit está contenido en:
Julian Ospald 2020-01-11 02:56:06 +01:00
padre b1d5ce4889
commit 2ba0cf6c75
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 511B62C09D50CD28
Se han modificado 1 ficheros con 27 adiciones y 0 borrados

Ver fichero

@ -0,0 +1,27 @@
# Copyright 2020 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require github [ user='mattn' tag="v${PV}" ]
SUMMARY="General purpose Language Server"
LICENCES="MIT"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
build:
dev-lang/go
"
BUGS_TO="hasufell@posteo.de"
src_compile() {
edo go build
}
src_install() {
newbin efm-langserver-${PV} efm-langserver
emagicdocs
}