Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package pass-update
@ 2019-10-25 16:00 voidlinux-github
  2019-10-30 17:46 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-25 16:00 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] New package pass-update
  2019-10-25 16:00 [PR PATCH] New package pass-update voidlinux-github
@ 2019-10-30 17:46 ` voidlinux-github
  2019-10-30 17:46 ` voidlinux-github
  2019-11-01 10:00 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-30 17:46 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1154 bytes --]

From 2e0f4a6e36ca7a9f70e1c872656e650b61fa24a5 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

included make_install_args
---
 srcpkgs/pass-update/template | 14 ++++++++++++++
 1 file changed, 14 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..0265a3aeafd
--- /dev/null
+++ b/srcpkgs/pass-update/template
@@ -0,0 +1,14 @@
+# Template file for 'pass-update'
+pkgname=pass-update
+version=2.1
+revision=1
+archs=noarch
+build_style=gnu-makefile
+make_install_args=BASHCOMPDIR=/usr/share/bash-completion/completions
+depends="pass"
+short_desc="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

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

* Re: [PR PATCH] [Updated] New package pass-update
  2019-10-25 16:00 [PR PATCH] New package pass-update voidlinux-github
  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
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-30 17:46 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1154 bytes --]

From 2e0f4a6e36ca7a9f70e1c872656e650b61fa24a5 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

included make_install_args
---
 srcpkgs/pass-update/template | 14 ++++++++++++++
 1 file changed, 14 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..0265a3aeafd
--- /dev/null
+++ b/srcpkgs/pass-update/template
@@ -0,0 +1,14 @@
+# Template file for 'pass-update'
+pkgname=pass-update
+version=2.1
+revision=1
+archs=noarch
+build_style=gnu-makefile
+make_install_args=BASHCOMPDIR=/usr/share/bash-completion/completions
+depends="pass"
+short_desc="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

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

* Re: [PR PATCH] [Merged]: New package pass-update
  2019-10-25 16:00 [PR PATCH] New package pass-update voidlinux-github
  2019-10-30 17:46 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-30 17:46 ` voidlinux-github
@ 2019-11-01 10:00 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-01 10:00 UTC (permalink / raw)
  To: ml

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

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

New package pass-update
https://github.com/void-linux/void-packages/pull/15792

Description:
I would like to include the pass-update extension to the void packages

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

end of thread, other threads:[~2019-11-01 10:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25 16:00 [PR PATCH] New package pass-update voidlinux-github
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

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