Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dotter-0.13.1
@ 2024-02-15  0:50 lukas-jo
  2024-02-15  1:10 ` [PR PATCH] [Updated] " lukas-jo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lukas-jo @ 2024-02-15  0:50 UTC (permalink / raw)
  To: ml

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

There is a new pull request by lukas-jo against master on the void-packages repository

https://github.com/lukas-jo/void-packages dotter
https://github.com/void-linux/void-packages/pull/48731

New package: dotter-0.13.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**

#### 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/48731.patch is attached

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

From 041292448103ec80a0b231091b3f25eb53e751bc Mon Sep 17 00:00:00 2001
From: lukas-jo <lukas.jordan@pm.me>
Date: Thu, 15 Feb 2024 01:47:35 +0100
Subject: [PATCH] New package: dotter-0.13.1

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

diff --git a/srcpkgs/dotter/template b/srcpkgs/dotter/template
new file mode 100644
index 0000000000000..891595d615887
--- /dev/null
+++ b/srcpkgs/dotter/template
@@ -0,0 +1,27 @@
+# Template file for 'dotter'
+pkgname=dotter
+version=0.13.1
+revision=1
+build_style=cargo
+checkdepends="which"
+short_desc="Dotfile manager and templater written in rust"
+maintainer="Lukas Jordan <dev@lukasjordan.com>"
+license="Unlicense"
+homepage="https://github.com/SuperCuber/dotter"
+changelog="https://github.com/SuperCuber/dotter/releases"
+distfiles="https://github.com/SuperCuber/dotter/archive/refs/tags/v${version}.tar.gz"
+checksum=b017b8315a76bf62b2e8e65217d487ad88b73fc18110a679076e6ad6e3936c40
+
+post_build() {
+	mkdir completions
+	for shell in bash fish zsh; do
+		cargo run -- gen-completions --shell ${shell} --to completions
+	done
+}
+
+post_install() {
+	vlicense LICENSE.md
+	vcompletion completions/dotter.bash bash
+	vcompletion completions/dotter.fish fish
+	vcompletion completions/_dotter zsh
+}

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

* Re: [PR PATCH] [Updated] New package: dotter-0.13.1
  2024-02-15  0:50 [PR PATCH] New package: dotter-0.13.1 lukas-jo
@ 2024-02-15  1:10 ` lukas-jo
  2024-05-16  1:47 ` github-actions
  2024-05-30  1:47 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: lukas-jo @ 2024-02-15  1:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lukas-jo/void-packages dotter
https://github.com/void-linux/void-packages/pull/48731

New package: dotter-0.13.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**

#### 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/48731.patch is attached

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

From 43d4383fbe664f8325a6d544428c1fd72dececdb Mon Sep 17 00:00:00 2001
From: lukas-jo <lukas.jordan@pm.me>
Date: Thu, 15 Feb 2024 01:47:35 +0100
Subject: [PATCH] New package: dotter-0.13.1

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

diff --git a/srcpkgs/dotter/template b/srcpkgs/dotter/template
new file mode 100644
index 0000000000000..27b6ae0adc5af
--- /dev/null
+++ b/srcpkgs/dotter/template
@@ -0,0 +1,28 @@
+# Template file for 'dotter'
+pkgname=dotter
+version=0.13.1
+revision=1
+build_style=cargo
+build_helper=qemu
+checkdepends="which"
+short_desc="Dotfile manager and templater written in rust"
+maintainer="Lukas Jordan <dev@lukasjordan.com>"
+license="Unlicense"
+homepage="https://github.com/SuperCuber/dotter"
+changelog="https://github.com/SuperCuber/dotter/releases"
+distfiles="https://github.com/SuperCuber/dotter/archive/refs/tags/v${version}.tar.gz"
+checksum=b017b8315a76bf62b2e8e65217d487ad88b73fc18110a679076e6ad6e3936c40
+
+post_build() {
+	mkdir completions
+	for shell in bash fish zsh; do
+		vtargetrun target/${RUST_TARGET}/release/dotter gen-completions --shell ${shell} --to completions
+	done
+}
+
+post_install() {
+	vlicense LICENSE.md
+	vcompletion completions/dotter.bash bash
+	vcompletion completions/dotter.fish fish
+	vcompletion completions/_dotter zsh
+}

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

* Re: New package: dotter-0.13.1
  2024-02-15  0:50 [PR PATCH] New package: dotter-0.13.1 lukas-jo
  2024-02-15  1:10 ` [PR PATCH] [Updated] " lukas-jo
@ 2024-05-16  1:47 ` github-actions
  2024-05-30  1:47 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2024-05-16  1:47 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/48731#issuecomment-2113785943

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.1
  2024-02-15  0:50 [PR PATCH] New package: dotter-0.13.1 lukas-jo
  2024-02-15  1:10 ` [PR PATCH] [Updated] " lukas-jo
  2024-05-16  1:47 ` github-actions
@ 2024-05-30  1:47 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2024-05-30  1:47 UTC (permalink / raw)
  To: ml

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

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

New package: dotter-0.13.1
https://github.com/void-linux/void-packages/pull/48731

Description:
<!-- 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**

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



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

end of thread, other threads:[~2024-05-30  1:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-15  0:50 [PR PATCH] New package: dotter-0.13.1 lukas-jo
2024-02-15  1:10 ` [PR PATCH] [Updated] " lukas-jo
2024-05-16  1:47 ` github-actions
2024-05-30  1:47 ` [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).