From becbe6fb2c277ade67ac3cc6619bf5d9697c68a6 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 28 May 2017 02:47:38 -0500 Subject: development/kotlin: Added (Kotlin Compiler) Signed-off-by: Robby Workman --- development/kotlin/README | 3 ++ development/kotlin/kotlin.SlackBuild | 77 ++++++++++++++++++++++++++++++++++++ development/kotlin/kotlin.info | 10 +++++ development/kotlin/slack-desc | 19 +++++++++ 4 files changed, 109 insertions(+) create mode 100644 development/kotlin/README create mode 100644 development/kotlin/kotlin.SlackBuild create mode 100644 development/kotlin/kotlin.info create mode 100644 development/kotlin/slack-desc (limited to 'development/kotlin') diff --git a/development/kotlin/README b/development/kotlin/README new file mode 100644 index 0000000000..423d838431 --- /dev/null +++ b/development/kotlin/README @@ -0,0 +1,3 @@ +Statically typed programming language for modern multiplatform applications. + +This script will package kotlin compiler only, not the complete IDE. diff --git a/development/kotlin/kotlin.SlackBuild b/development/kotlin/kotlin.SlackBuild new file mode 100644 index 0000000000..1975dbd582 --- /dev/null +++ b/development/kotlin/kotlin.SlackBuild @@ -0,0 +1,77 @@ +#!/bin/sh + +# Slackware build script for kotlin + +# Copyright 2017 Willy Sudiarto Raharjo $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/development/kotlin/kotlin.info b/development/kotlin/kotlin.info new file mode 100644 index 0000000000..4b0dc0c374 --- /dev/null +++ b/development/kotlin/kotlin.info @@ -0,0 +1,10 @@ +PRGNAM="kotlin" +VERSION="1.1.2_2" +HOMEPAGE="https://kotlinlang.org/" +DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.1.2-2/kotlin-compiler-1.1.2-2.zip" +MD5SUM="13bdc70fa7ade2f75ba1197251534a4b" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="jdk setconf" +MAINTAINER="Willy Sudiarto Raharjo" +EMAIL="willysr@slackbuilds.org" diff --git a/development/kotlin/slack-desc b/development/kotlin/slack-desc new file mode 100644 index 0000000000..a1a1448480 --- /dev/null +++ b/development/kotlin/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +kotlin: kotlin (Kotlin Compiler) +kotlin: +kotlin: Kotlin is a statically typed programming language for modern +kotlin: multiplatform applications. +kotlin: +kotlin: It's 100% interoperable with Java™ and Android™ +kotlin: +kotlin: Project URL: https://kotlinlang.org/ +kotlin: +kotlin: +kotlin: -- cgit v1.2.3