Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dotter-0.13.0
@ 2023-08-14 10:24 Cornelius-Figgle
  2023-08-15  8:04 ` [PR PATCH] [Updated] " Cornelius-Figgle
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Cornelius-Figgle @ 2023-08-14 10:24 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1199 bytes --]

From 591fa74aaa6acca1e307090d38e3c8d998e62da2 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..1c55940a5ae32
--- /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/Cornelius-Figgle/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
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] New package: dotter-0.13.0
  2023-08-14 10:24 [PR PATCH] New package: dotter-0.13.0 Cornelius-Figgle
@ 2023-08-15  8:04 ` Cornelius-Figgle
  2023-11-14  1:45 ` github-actions
  2023-11-28  1:46 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: Cornelius-Figgle @ 2023-08-15  8:04 UTC (permalink / raw)
  To: ml

[-- 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
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New package: dotter-0.13.0
  2023-08-14 10:24 [PR PATCH] New package: dotter-0.13.0 Cornelius-Figgle
  2023-08-15  8:04 ` [PR PATCH] [Updated] " Cornelius-Figgle
@ 2023-11-14  1:45 ` github-actions
  2023-11-28  1:46 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-11-14  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/45602#issuecomment-1809407727

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: New package: dotter-0.13.0
  2023-08-14 10:24 [PR PATCH] New package: dotter-0.13.0 Cornelius-Figgle
  2023-08-15  8:04 ` [PR PATCH] [Updated] " Cornelius-Figgle
  2023-11-14  1:45 ` github-actions
@ 2023-11-28  1:46 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-11-28  1:46 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: dotter-0.13.0
https://github.com/void-linux/void-packages/pull/45602

Description:
#### 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-28  1:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-14 10:24 [PR PATCH] New package: dotter-0.13.0 Cornelius-Figgle
2023-08-15  8:04 ` [PR PATCH] [Updated] " Cornelius-Figgle
2023-11-14  1:45 ` github-actions
2023-11-28  1:46 ` [PR PATCH] [Closed]: " github-actions

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).