Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: chezmoi-1.8.7
Date: Thu, 15 Oct 2020 23:37:33 +0200	[thread overview]
Message-ID: <20201015213733.hATO3_MFy6KYMxDDnOgM40pUbk13mJ4bE3U8z30LScg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25348@inbox.vuxu.org>

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

There is an updated 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.7


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: 1409 bytes --]

From 3f24d354890afe5b6932098ff44326c82ee3241f Mon Sep 17 00:00:00 2001
From: Abigail G <dev@kb6.ee>
Date: Thu, 15 Oct 2020 17:35:00 -0400
Subject: [PATCH] New package: chezmoi-1.8.7

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

diff --git a/srcpkgs/chezmoi/template b/srcpkgs/chezmoi/template
new file mode 100644
index 00000000000..90cc4b661f3
--- /dev/null
+++ b/srcpkgs/chezmoi/template
@@ -0,0 +1,25 @@
+# Template file for 'chezmoi'
+pkgname=chezmoi
+version=1.8.7
+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=65800222506317ae0c419aec9e9daafe577b6c668490031453fd53f813788668
+
+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
+}

  parent reply	other threads:[~2020-10-15 21:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-04 22:19 [PR PATCH] New package: chezmoi-1.8.6 classabbyamp
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 ` classabbyamp [this message]
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=20201015213733.hATO3_MFy6KYMxDDnOgM40pUbk13mJ4bE3U8z30LScg@z \
    --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).