Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorekk <tranzystorekk@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: atuin-17.0.1
Date: Sun, 10 Dec 2023 14:58:12 +0100	[thread overview]
Message-ID: <20231210135812.KC93MzJGX3MN-xu-90Csq5c2PGBO6aaMQV-3oabXhS0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40600@inbox.vuxu.org>

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

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

https://github.com/tranzystorekk/void-packages atuin
https://github.com/void-linux/void-packages/pull/40600

New package: atuin-17.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 53740d30ab138a14aa7e4e2a5063753ba57f0cdc Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Nov 2022 00:51:43 +0100
Subject: [PATCH] New package: atuin-17.1.0

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

diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template
new file mode 100644
index 0000000000000..0d7dcd07e2879
--- /dev/null
+++ b/srcpkgs/atuin/template
@@ -0,0 +1,25 @@
+# Template file for 'atuin'
+pkgname=atuin
+version=17.1.0
+revision=1
+build_style=cargo
+build_helper=qemu
+make_check_args="-- --skip registration --skip sync"
+make_install_args="--path atuin"
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel"
+short_desc="Magical shell history"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://atuin.sh"
+distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz"
+checksum=6a0b1542e7061e6a5bcdf3c284d3ad386e3504e040fcfa1500f530a5125b37b8
+
+post_install() {
+	vlicense LICENSE
+
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/atuin" gen-completion --shell ${shell} > atuin.${shell}
+		vcompletion atuin.${shell} ${shell}
+	done
+}

  parent reply	other threads:[~2023-12-10 13:58 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-18 23:53 [PR PATCH] New package: atuin-12.0.0 tranzystorek-io
2022-11-19 11:31 ` [PR REVIEW] " jcgruenhage
2022-11-19 11:33 ` jcgruenhage
2022-11-19 11:37 ` tranzystorek-io
2022-11-19 14:06 ` jcgruenhage
2022-11-19 14:09 ` tranzystorek-io
2022-11-19 16:30 ` jcgruenhage
2022-11-19 20:50 ` tranzystorek-io
2022-11-19 22:01 ` [PR PATCH] [Updated] " tranzystorek-io
2022-12-21 10:33 ` tranzystorek-io
2023-02-26 21:43 ` tranzystorek-io
2023-03-05 13:10 ` [PR REVIEW] " jcgruenhage
2023-04-02  8:16 ` [PR PATCH] [Updated] " tranzystorek-io
2023-04-02  8:42 ` [PR PATCH] [Updated] New package: atuin-14.0.0 tranzystorek-io
2023-04-16 16:16 ` tranzystorek-io
2023-04-16 16:38 ` [PR REVIEW] New package: atuin-14.0.1 jcgruenhage
2023-05-14 11:08 ` [PR PATCH] [Updated] " tranzystorek-io
2023-05-28 22:33 ` tranzystorek-io
2023-06-09 22:03 ` [PR PATCH] [Updated] New package: atuin-15.0.0 tranzystorek-io
2023-06-09 22:38 ` tranzystorek-io
2023-06-11 19:10 ` tranzystorek-io
2023-08-07 10:55 ` tranzystorek-io
2023-10-26  8:02 ` [PR PATCH] [Updated] New package: atuin-16.0.0 tranzystorek-io
2023-10-29  9:08 ` [PR PATCH] [Updated] New package: atuin-17.0.0 tranzystorekk
2023-11-26  9:31 ` [PR PATCH] [Updated] New package: atuin-17.0.1 tranzystorekk
2023-11-26 13:37 ` [PR REVIEW] " icp1994
2023-11-27  8:13 ` tranzystorekk
2023-11-27  9:53 ` icp1994
2023-11-27 20:19 ` [PR PATCH] [Updated] " tranzystorekk
2023-11-27 20:32 ` classabbyamp
2023-12-10 13:58 ` tranzystorekk [this message]
2023-12-12 11:59 ` New package: atuin-17.1.0 tranzystorekk
2023-12-12 12:52 ` icp1994
2023-12-12 15:17 ` [PR PATCH] [Updated] " tranzystorekk
2023-12-13  9:54 ` tranzystorekk
2023-12-13  9:57 ` tranzystorekk
2023-12-13 17:00 ` [PR PATCH] [Merged]: " classabbyamp

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=20231210135812.KC93MzJGX3MN-xu-90Csq5c2PGBO6aaMQV-3oabXhS0@z \
    --to=tranzystorekk@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).