diff --git a/packages/app-editors/efm-langserver/efm-langserver-0.0.2.exheres-0 b/packages/app-editors/efm-langserver/efm-langserver-0.0.2.exheres-0 new file mode 100644 index 00000000..d66280b7 --- /dev/null +++ b/packages/app-editors/efm-langserver/efm-langserver-0.0.2.exheres-0 @@ -0,0 +1,27 @@ +# Copyright 2020 Julian Ospald +# 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 +}