Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: chezmoi-1.8.6
Date: Mon, 05 Oct 2020 00:19:37 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25348@inbox.vuxu.org> (raw)

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

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

https://github.com/classabbyamp/void-packages add-chezmoi
https://github.com/void-linux/void-packages/pull/25348

New package: chezmoi-1.8.6


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

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

From 5cf535535aa062fbcafb9b3432a1c7e912b18beb Mon Sep 17 00:00:00 2001
From: Abigail G <dev@kb6.ee>
Date: Sun, 4 Oct 2020 18:18:50 -0400
Subject: [PATCH] New package: chezmoi-1.8.6

---
 srcpkgs/chezmoi/template | 25 +++++++++++++++++++++++++
 srcpkgs/chezmoi/update   |  2 ++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/chezmoi/template
 create mode 100644 srcpkgs/chezmoi/update

diff --git a/srcpkgs/chezmoi/template b/srcpkgs/chezmoi/template
new file mode 100644
index 00000000000..b22d7eb3d55
--- /dev/null
+++ b/srcpkgs/chezmoi/template
@@ -0,0 +1,25 @@
+# Template file for 'chezmoi'
+pkgname=chezmoi
+version=1.8.6
+revision=1
+build_style=go
+go_import_path="github.com/twpayne/chezmoi"
+go_build_tags="noembeddocs noupgrade"
+go_ldflags="-X main.version=${version} -X main.commit=v${version} -X main.builtBy=xbps -X github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/chezmoi"
+hostmakedepends="git"
+short_desc="Manage your dotfiles across multiple machines, securely"
+maintainer="Abigail G <dev@kb6.ee>"
+license="MIT"
+homepage="https://chezmoi.io/"
+distfiles="https://github.com/twpayne/${pkgname}/archive/v${version}.tar.gz"
+checksum=3dfdc987025ab7216c02d2d42521fc6ed144257976b70912f985ceb190603c64
+
+post_install() {
+	vlicense LICENSE
+
+	for f in docs/*; do vdoc $f; done
+
+	vcompletion completions/chezmoi-completion.bash bash chezmoi
+	vcompletion completions/chezmoi.fish fish chezmoi
+	vcompletion completions/chezmoi.zsh zsh chezmoi
+}
diff --git a/srcpkgs/chezmoi/update b/srcpkgs/chezmoi/update
new file mode 100644
index 00000000000..9ee6e4dde35
--- /dev/null
+++ b/srcpkgs/chezmoi/update
@@ -0,0 +1,2 @@
+site=https://github.com/twpayne/chezmoi/releases/latest
+pattern='href="/twpayne/chezmoi/releases/tag/v\K[\d.]+(?=")'

             reply	other threads:[~2020-10-04 22:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-04 22:19 classabbyamp [this message]
2020-10-11  1:24 ` [PR PATCH] [Updated] " classabbyamp
2020-10-15 10:12 ` [PR REVIEW] New package: chezmoi-1.8.7 Piraty
2020-10-15 12:18 ` classabbyamp
2020-10-15 14:40 ` classabbyamp
2020-10-15 21:37 ` [PR PATCH] [Updated] " classabbyamp
2020-10-16  9:18 ` [PR PATCH] [Merged]: " Piraty

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25348@inbox.vuxu.org \
    --to=classabbyamp@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).