# -*- 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 JetBrains kotlin 2.0.10 v revision 0 github.tarball_from releases distname ${name}-compiler-${version} categories lang java platforms {darwin any} maintainers {breun.nl:nils @breun} openmaintainer license Apache-2 description Statically typed programming language for the JVM, \ Android and the browser long_description Kotlin is a modern but already mature programming \ language aimed to make developers happier. It's \ concise, safe, interoperable with Java and other \ languages, and provides many ways to reuse code \ between multiple platforms for productive programming. homepage https://kotlinlang.org/ checksums rmd160 8ae7ec6d9004f633f862f9cbaebb81c2435d4c8a \ sha256 88d7d8bad362ae4e114a8b9668c6887b8c85f48e340883db0e317e47c8dc2f4f \ size 83745882 java.version 1.8+ java.fallback openjdk21 worksrcdir kotlinc use_zip yes use_configure no build {} test.run yes test.cmd bin/kotlinc test.target test.args -version pre-destroot { delete {*}[glob ${worksrcpath}/bin/*.bat] } destroot { xinstall -m 755 -d ${destroot}${prefix}/share/java file copy ${worksrcpath} \ ${destroot}${prefix}/share/java/${name} xinstall -m 755 -d ${destroot}${prefix}/share/doc/ file rename ${destroot}${prefix}/share/java/${name}/license \ ${destroot}${prefix}/share/doc/${name} foreach f [glob -tails -directory ${destroot}${prefix}/share/java/${name}/bin *] { ln -s ../share/java/${name}/bin/${f} ${destroot}${prefix}/bin/${f} } } supported_archs noarch livecheck.type regex livecheck.url https://github.com/JetBrains/kotlin/releases/latest livecheck.regex ${name}-compiler-(\\d+\\.\\d+\\.\\d+).zip