Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package pass-update
Date: Fri, 25 Oct 2019 18:00:38 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15792@inbox.vuxu.org> (raw)

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

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

https://github.com/adbrown101/void-packages master
https://github.com/void-linux/void-packages/pull/15792

New package pass-update
I would like to include the pass-update extension to the void packages

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

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

From db4e4adb7e54edf60a337f47ccdf2911b48973ed Mon Sep 17 00:00:00 2001
From: Alan Brown <adbrown@rocketmail.com>
Date: Fri, 25 Oct 2019 16:42:34 +0100
Subject: [PATCH] New package: pass-update-2.1

---
 srcpkgs/pass-update/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/pass-update/template

diff --git a/srcpkgs/pass-update/template b/srcpkgs/pass-update/template
new file mode 100644
index 00000000000..9cb19d59ee7
--- /dev/null
+++ b/srcpkgs/pass-update/template
@@ -0,0 +1,18 @@
+# Template file for 'pass-update'
+pkgname=pass-update
+version=2.1
+revision=1
+archs=noarch
+build_style=gnu-makefile
+depends="pass"
+short_desc="A pass extension providing an easy flow for updating passwords"
+maintainer="Alan Brown <adbrown@rocketmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/roddhjav/pass-update"
+distfiles="https://github.com/roddhjav/pass-update/releases/download/v${version}/pass-update-${version}.tar.gz"
+checksum=2b0022102238e022e7ee945b7622f4c270810cda46508084fcb193582aafaf6f
+
+post_install() {
+	vmkdir usr/share/bash-completion/completions
+	mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
+}

             reply	other threads:[~2019-10-25 16:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-25 16:00 voidlinux-github [this message]
2019-10-30 17:46 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-30 17:46 ` voidlinux-github
2019-11-01 10:00 ` [PR PATCH] [Merged]: " voidlinux-github

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-15792@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).