Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: git-remote-gcrypt-1.3
@ 2020-05-04  5:08 anjandev
  2020-05-05  4:28 ` [PR PATCH] [Updated] " anjandev
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: anjandev @ 2020-05-04  5:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages git
https://github.com/void-linux/void-packages/pull/21599

New package: git-remote-gcrypt-1.3


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

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

From d1fb7586406e27bda4d8091a168ab9a3d9dcd079 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Sun, 3 May 2020 22:07:14 -0700
Subject: [PATCH] New package: git-remote-gcrypt-1.3

---
 srcpkgs/git-remote-gcrypt/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/git-remote-gcrypt/template

diff --git a/srcpkgs/git-remote-gcrypt/template b/srcpkgs/git-remote-gcrypt/template
new file mode 100644
index 00000000000..b7a560d0539
--- /dev/null
+++ b/srcpkgs/git-remote-gcrypt/template
@@ -0,0 +1,17 @@
+# Template file for 'git-remote-gcrypt'
+pkgname=git-remote-gcrypt
+version=1.3
+revision=1
+wrksrc=$pkgname-$version
+build_style=meta
+depends="git bash gnupg"
+short_desc="PGP-encrypted git remotes"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="GPL-3.0"
+homepage="https://spwhitton.name/tech/code/git-remote-gcrypt/"
+distfiles="https://github.com/spwhitton/git-remote-gcrypt/archive/$version.tar.gz"
+checksum=e1948dda848db845db404e4337b07206c96cb239b66392fd1c9c246279c2cb25
+
+do_install() {
+	DESTDIR=$DESTDIR prefix="/usr" ./install.sh
+}

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

* Re: [PR PATCH] [Updated] New package: git-remote-gcrypt-1.3
  2020-05-04  5:08 [PR PATCH] New package: git-remote-gcrypt-1.3 anjandev
@ 2020-05-05  4:28 ` anjandev
  2020-05-05  4:28 ` anjandev
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: anjandev @ 2020-05-05  4:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages git
https://github.com/void-linux/void-packages/pull/21599

New package: git-remote-gcrypt-1.3


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

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

From a43e06e363bbf628a85fde9a7895ea6a68a6b181 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Sun, 3 May 2020 22:07:14 -0700
Subject: [PATCH] New package: git-remote-gcrypt-1.3

---
 srcpkgs/git-remote-gcrypt/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/git-remote-gcrypt/template

diff --git a/srcpkgs/git-remote-gcrypt/template b/srcpkgs/git-remote-gcrypt/template
new file mode 100644
index 00000000000..3a15d23bda0
--- /dev/null
+++ b/srcpkgs/git-remote-gcrypt/template
@@ -0,0 +1,20 @@
+# Template file for 'git-remote-gcrypt'
+pkgname=git-remote-gcrypt
+version=1.3
+revision=1
+hostmakedepends="python3-docutils"
+depends="git bash gnupg2"
+short_desc="PGP-encrypted git remotes"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="GPL-3.0"
+homepage="https://spwhitton.name/tech/code/git-remote-gcrypt/"
+distfiles="https://github.com/spwhitton/git-remote-gcrypt/archive/$version.tar.gz"
+checksum=e1948dda848db845db404e4337b07206c96cb239b66392fd1c9c246279c2cb25
+
+do_install() {
+	DESTDIR=$DESTDIR prefix="/usr" ./install.sh
+}
+
+post_install() {
+	vdoc README.rst
+}

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

* Re: New package: git-remote-gcrypt-1.3
  2020-05-04  5:08 [PR PATCH] New package: git-remote-gcrypt-1.3 anjandev
  2020-05-05  4:28 ` [PR PATCH] [Updated] " anjandev
@ 2020-05-05  4:28 ` anjandev
  2020-05-06  2:13 ` [PR PATCH] [Updated] " anjandev
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: anjandev @ 2020-05-05  4:28 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/21599#issuecomment-623850997

Comment:
@Chocimier fixed. Thanks for the review.

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

* Re: [PR PATCH] [Updated] New package: git-remote-gcrypt-1.3
  2020-05-04  5:08 [PR PATCH] New package: git-remote-gcrypt-1.3 anjandev
  2020-05-05  4:28 ` [PR PATCH] [Updated] " anjandev
  2020-05-05  4:28 ` anjandev
@ 2020-05-06  2:13 ` anjandev
  2020-05-06  2:16 ` anjandev
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: anjandev @ 2020-05-06  2:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages git
https://github.com/void-linux/void-packages/pull/21599

New package: git-remote-gcrypt-1.3


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

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

From ec02d375b8b3ea569bba3c9902a16916d08f6e39 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Sun, 3 May 2020 22:07:14 -0700
Subject: [PATCH] New package: git-remote-gcrypt-1.3

---
 srcpkgs/git-remote-gcrypt/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/git-remote-gcrypt/template

diff --git a/srcpkgs/git-remote-gcrypt/template b/srcpkgs/git-remote-gcrypt/template
new file mode 100644
index 00000000000..8ce7c001ded
--- /dev/null
+++ b/srcpkgs/git-remote-gcrypt/template
@@ -0,0 +1,20 @@
+# Template file for 'git-remote-gcrypt'
+pkgname=git-remote-gcrypt
+version=1.3
+revision=1
+hostmakedepends="python3-docutils"
+depends="git bash gnupg2"
+short_desc="PGP-encrypted git remotes"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license=" GPL-3.0-only"
+homepage="https://spwhitton.name/tech/code/git-remote-gcrypt/"
+distfiles="https://github.com/spwhitton/git-remote-gcrypt/archive/$version.tar.gz"
+checksum=e1948dda848db845db404e4337b07206c96cb239b66392fd1c9c246279c2cb25
+
+do_install() {
+	DESTDIR=$DESTDIR prefix="/usr" ./install.sh
+}
+
+post_install() {
+	vdoc README.rst
+}

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

* Re: [PR PATCH] [Updated] New package: git-remote-gcrypt-1.3
  2020-05-04  5:08 [PR PATCH] New package: git-remote-gcrypt-1.3 anjandev
                   ` (2 preceding siblings ...)
  2020-05-06  2:13 ` [PR PATCH] [Updated] " anjandev
@ 2020-05-06  2:16 ` anjandev
  2020-05-06 17:46 ` Chocimier
  2020-05-06 17:46 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: anjandev @ 2020-05-06  2:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages git
https://github.com/void-linux/void-packages/pull/21599

New package: git-remote-gcrypt-1.3


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

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

From dcc9241a496913b64d9644bf168ba5f4ed8bc5de Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Sun, 3 May 2020 22:07:14 -0700
Subject: [PATCH] New package: git-remote-gcrypt-1.3

---
 srcpkgs/git-remote-gcrypt/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/git-remote-gcrypt/template

diff --git a/srcpkgs/git-remote-gcrypt/template b/srcpkgs/git-remote-gcrypt/template
new file mode 100644
index 00000000000..37af2142e43
--- /dev/null
+++ b/srcpkgs/git-remote-gcrypt/template
@@ -0,0 +1,20 @@
+# Template file for 'git-remote-gcrypt'
+pkgname=git-remote-gcrypt
+version=1.3
+revision=1
+hostmakedepends="python3-docutils"
+depends="git bash gnupg2"
+short_desc="PGP-encrypted git remotes"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="GPL-3.0-only"
+homepage="https://spwhitton.name/tech/code/git-remote-gcrypt/"
+distfiles="https://github.com/spwhitton/git-remote-gcrypt/archive/$version.tar.gz"
+checksum=e1948dda848db845db404e4337b07206c96cb239b66392fd1c9c246279c2cb25
+
+do_install() {
+	DESTDIR=$DESTDIR prefix="/usr" ./install.sh
+}
+
+post_install() {
+	vdoc README.rst
+}

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

* Re: New package: git-remote-gcrypt-1.3
  2020-05-04  5:08 [PR PATCH] New package: git-remote-gcrypt-1.3 anjandev
                   ` (3 preceding siblings ...)
  2020-05-06  2:16 ` anjandev
@ 2020-05-06 17:46 ` Chocimier
  2020-05-06 17:46 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2020-05-06 17:46 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21599#issuecomment-624793319

Comment:
When do_install is defined, there is no need for post_install, just put everything into do_.

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

* Re: [PR PATCH] [Merged]: New package: git-remote-gcrypt-1.3
  2020-05-04  5:08 [PR PATCH] New package: git-remote-gcrypt-1.3 anjandev
                   ` (4 preceding siblings ...)
  2020-05-06 17:46 ` Chocimier
@ 2020-05-06 17:46 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2020-05-06 17:46 UTC (permalink / raw)
  To: ml

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

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

New package: git-remote-gcrypt-1.3
https://github.com/void-linux/void-packages/pull/21599

Description:


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

end of thread, other threads:[~2020-05-06 17:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04  5:08 [PR PATCH] New package: git-remote-gcrypt-1.3 anjandev
2020-05-05  4:28 ` [PR PATCH] [Updated] " anjandev
2020-05-05  4:28 ` anjandev
2020-05-06  2:13 ` [PR PATCH] [Updated] " anjandev
2020-05-06  2:16 ` anjandev
2020-05-06 17:46 ` Chocimier
2020-05-06 17:46 ` [PR PATCH] [Merged]: " Chocimier

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