Github messages for voidlinux
 help / color / mirror / Atom feed
From: Cornelius-Figgle <Cornelius-Figgle@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: dotter-0.13.0
Date: Tue, 15 Aug 2023 10:04:54 +0200	[thread overview]
Message-ID: <20230815080454.NlO9dOwjkqEa7dZzmBgppUAIZdjDwXD8fAcEGNrDqGI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45602@inbox.vuxu.org>

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

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

https://github.com/Cornelius-Figgle/void-packages add_dotter
https://github.com/void-linux/void-packages/pull/45602

New package: dotter-0.13.0
#### 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, aarch64-glibc


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

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

From b3435ad924aa4e0d5bdc018d99a7861657166678 Mon Sep 17 00:00:00 2001
From: Cornelius-Figgle <max@fullimage.net>
Date: Mon, 14 Aug 2023 07:22:11 +0100
Subject: [PATCH] New package: dotter-0.13.0

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

diff --git a/srcpkgs/dotter/template b/srcpkgs/dotter/template
new file mode 100644
index 0000000000000..0d8776ac64a6d
--- /dev/null
+++ b/srcpkgs/dotter/template
@@ -0,0 +1,21 @@
+# Template file for 'dotter'
+pkgname=dotter
+version=0.13.0
+revision=1
+build_style=cargo
+build_helper=qemu
+depends="which"
+checkdepends="which"
+short_desc="Dotfile manager and templater"
+maintainer="Cornelius-Figgle <max@fullimage.net>"
+license="Unlicense"
+homepage="https://github.com/SuperCuber/dotter"
+distfiles="https://github.com/SuperCuber/dotter/archive/refs/tags/v${version}.tar.gz"
+checksum=5dee1b157e0a67b0a5c925777c83ece98676a7ed145d5c4436e4ada6d6ae5254
+
+post_install() {
+	for shell in bash fish zsh; do
+		vtargetrun "${DESTDIR}/usr/bin/dotter" gen-completions --shell ${shell} > dotter.${shell}
+		vcompletion dotter.${shell} ${shell} dotter
+	done
+}

  reply	other threads:[~2023-08-15  8:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-14 10:24 [PR PATCH] " Cornelius-Figgle
2023-08-15  8:04 ` Cornelius-Figgle [this message]
2023-11-14  1:45 ` github-actions
2023-11-28  1:46 ` [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=20230815080454.NlO9dOwjkqEa7dZzmBgppUAIZdjDwXD8fAcEGNrDqGI@z \
    --to=cornelius-figgle@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).