# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup java 1.0 github.setup fwcd kotlin-language-server 1.3.9 revision 0 categories devel java supported_archs noarch platforms {darwin any} maintainers {amake @amake} openmaintainer license MIT description Kotlin code completion, linting and more for any editor/IDE \ using the Language Server Protocol long_description {*}${description} checksums rmd160 324449e858578968f6299076fa2234216f05e5c4 \ sha256 5d6538f89cdd502ed20a821b26706fe85021702b3777d3de9f0812960b4f5bfe \ size 88212185 github.tarball_from releases distname server dist_subdir ${name}/${version} java.version 11+ java.fallback openjdk17 use_zip yes use_configure no build {} pre-destroot { delete {*}[glob ${worksrcpath}/bin/*.bat] } destroot { xinstall -m 0755 -d ${destroot}${prefix}/share/java file copy ${worksrcpath} \ ${destroot}${prefix}/share/java/${name} foreach f [glob -tails -directory ${destroot}${prefix}/share/java/${name}/bin *] { ln -s ../share/java/${name}/bin/${f} ${destroot}${prefix}/bin/${f} } }