Github messages for voidlinux
 help / color / mirror / Atom feed
From: atweiden <atweiden@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: rtx-1.29.6
Date: Thu, 11 May 2023 13:41:37 +0200	[thread overview]
Message-ID: <20230511114137.eyFT4t8rWyoryWXe5dikmhuXjoUMBEFO9kWJlNo9twg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43423@inbox.vuxu.org>

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

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

https://github.com/atweiden/void-packages rtx
https://github.com/void-linux/void-packages/pull/43423

New package: rtx-1.29.6
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

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

From 3bc662262473b1df029d22d3bd266a64f563a3e4 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Thu, 13 Apr 2023 13:02:18 +0000
Subject: [PATCH] New package: rtx-1.29.7

---
 srcpkgs/rtx/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/rtx/template

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
new file mode 100644
index 000000000000..0eaea43ff920
--- /dev/null
+++ b/srcpkgs/rtx/template
@@ -0,0 +1,27 @@
+# Template file for 'rtx'
+pkgname=rtx
+version=1.29.7
+revision=1
+build_style=cargo
+build_helper=qemu
+# skip cli tests: fail to find executable
+make_check_args="-- --skip cli::direnv::exec::tests"
+short_desc="Polyglot runtime manager (asdf rust clone)"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+license="MIT"
+homepage="https://github.com/jdxcode/rtx"
+changelog="https://github.com/jdxcode/rtx/releases"
+distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=1f74dc9936150afb19de3492cda0f1049240fb653782d82c4e7bc4018548be2a
+
+post_install() {
+	vlicense LICENSE
+	vman man/man1/rtx.1
+	vdoc README.md
+	vtargetrun "${DESTDIR}/usr/bin/rtx" completion bash > rtx.bash
+	vtargetrun "${DESTDIR}/usr/bin/rtx" completion fish > rtx.fish
+	vtargetrun "${DESTDIR}/usr/bin/rtx" completion zsh > _rtx
+	vcompletion rtx.bash bash rtx
+	vcompletion rtx.fish fish rtx
+	vcompletion _rtx zsh rtx
+}

  parent reply	other threads:[~2023-05-11 11:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-13 13:04 [PR PATCH] New package: rtx-1.28.4 atweiden
2023-04-26  0:45 ` [PR PATCH] [Updated] " atweiden
2023-05-08  8:19 ` [PR PATCH] [Updated] New package: rtx-1.29.2 atweiden
2023-05-08  8:22 ` New package: rtx-1.29.6 atweiden
2023-05-08  8:43 ` [PR PATCH] [Updated] " atweiden
2023-05-11  8:15 ` [PR REVIEW] " TeddyDD
2023-05-11 11:41 ` atweiden [this message]
2023-05-21  0:40 ` [PR PATCH] [Updated] New package: rtx-1.29.7 atweiden
2023-06-12  8:40 ` [PR PATCH] [Updated] New package: rtx-1.30.1 atweiden
2023-06-25 17:53 ` [PR PATCH] [Merged]: New package: rtx-1.32.0 Duncaen

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=20230511114137.eyFT4t8rWyoryWXe5dikmhuXjoUMBEFO9kWJlNo9twg@z \
    --to=atweiden@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).