Github messages for voidlinux
 help / color / mirror / Atom feed
From: AdRuCo <AdRuCo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ki-shell-0.4.5
Date: Wed, 13 Apr 2022 17:06:13 +0200	[thread overview]
Message-ID: <20220413150613.Qurro-b2Xu1N2gLx_fUbgnjvF_Op0bzZNQeP6Srhpxg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36670@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]

There is an updated pull request by AdRuCo against master on the void-packages repository

https://github.com/AdRuCo/void-packages ki-shell
https://github.com/void-linux/void-packages/pull/36670

New package: ki-shell-0.4.5
The [ki-shell](https://blog.jetbrains.com/kotlin/2021/04/ki-the-next-interactive-shell-for-kotlin/) is a better alternative to the built-in REPL of the Kotlin langage (`kotlinc`, which sucks too much to be really useful).

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl

This is my first package. Please tell me anything you thing would make this PR or the template better.

A patch file from https://github.com/void-linux/void-packages/pull/36670.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ki-shell-36670.patch --]
[-- Type: text/x-diff, Size: 1218 bytes --]

From c27621890ea401c765a760c464337ce4847db809 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A0=20Rubio?= <engolianth@protonmail.com>
Date: Wed, 13 Apr 2022 16:18:29 +0200
Subject: [PATCH] New package: ki-shell-0.4.5

---
 srcpkgs/ki-shell/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/ki-shell/template

diff --git a/srcpkgs/ki-shell/template b/srcpkgs/ki-shell/template
new file mode 100644
index 000000000000..d9738ae8184a
--- /dev/null
+++ b/srcpkgs/ki-shell/template
@@ -0,0 +1,22 @@
+# Template file for 'ki-shell'
+pkgname=ki-shell
+version=0.4.5
+revision=1
+wrksrc="kotlin-interactive-shell-${version}"
+hostmakedepends="openjdk8 curl which"
+depends="virtual?java-environment"
+short_desc="Kotlin interactive shell"
+maintainer="Engolianth <engolianth@protonmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/Kotlin/kotlin-interactive-shell"
+distfiles="https://github.com/kotlin/kotlin-interactive-shell/archive/refs/tags/v${version}.tar.gz"
+checksum=b5e38918ac64216713c64170fd12f7b2c7c00124ba8d8b10ae7e53b386cb4bab
+
+do_build() {
+	./mvnw -DskipTests package
+}
+
+do_install() {
+	vbin bin/ki
+	vinstall lib/ki-shell.jar 644 usr/lib
+}

  parent reply	other threads:[~2022-04-13 15:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-13 14:41 [PR PATCH] " AdRuCo
2022-04-13 14:43 ` [PR PATCH] [Updated] " AdRuCo
2022-04-13 15:06 ` AdRuCo [this message]
2022-04-13 17:07 ` AdRuCo
2022-04-14 10:28 ` [PR PATCH] [Updated] " AdRuCo
2022-04-20 11:48 ` AdRuCo
2022-06-30  9:35 ` [PR PATCH] [Updated] " AdRuCo
2022-07-22 16:02 ` AdRuCo
2022-07-22 16:03 ` AdRuCo
2022-10-21  2:13 ` github-actions
2022-11-04  2:13 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220413150613.Qurro-b2Xu1N2gLx_fUbgnjvF_Op0bzZNQeP6Srhpxg@z \
    --to=adruco@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).