Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pilgo-0.5.0
@ 2020-05-05  0:09 gbrlsnchs
  2020-05-05  0:48 ` gbrlsnchs
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: gbrlsnchs @ 2020-05-05  0:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbrlsnchs/void-packages pilgo
https://github.com/void-linux/void-packages/pull/21632

New package: pilgo-0.5.0


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

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

From e5412a8a97e7124edd25a0bef91c09a2db5e20f8 Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Mon, 4 May 2020 20:45:04 -0300
Subject: [PATCH] New package: pilgo-0.5.0

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

diff --git a/srcpkgs/pilgo/template b/srcpkgs/pilgo/template
new file mode 100644
index 00000000000..c70540dba9e
--- /dev/null
+++ b/srcpkgs/pilgo/template
@@ -0,0 +1,17 @@
+# Template file for 'pilgo'
+pkgname=pilgo
+version=0.5.0
+revision=1
+build_style=go
+go_import_path="github.com/gbrlsnchs/pilgo/cmd/plg"
+go_ldflags="-X github.com/gbrlsnchs/pilgo/cmd/internal.version=${version}"
+short_desc="Configuration-based dotfiles manager"
+maintainer="Gabriel Sanches <gabriel@gsr.dev>"
+license="MIT"
+homepage="https://gsr.dev/pilgo"
+distfiles="https://github.com/gbrlsnchs/pilgo/archive/v${version}.tar.gz"
+checksum=4fefbc30e8d2568c04687613a611ac9f9864028add28b82b3912b9e267c20635
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: pilgo-0.5.0
  2020-05-05  0:09 [PR PATCH] New package: pilgo-0.5.0 gbrlsnchs
@ 2020-05-05  0:48 ` gbrlsnchs
  2020-05-05  2:02 ` [PR PATCH] [Updated] " gbrlsnchs
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: gbrlsnchs @ 2020-05-05  0:48 UTC (permalink / raw)
  To: ml

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

New comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/21632#issuecomment-623783554

Comment:
I'm not sure what that error on `x86_64-musl` is about, but it doesn't seem to be related to my template. I have tested cross-compilation with that architecture locally and it worked fine.

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

* Re: [PR PATCH] [Updated] New package: pilgo-0.5.0
  2020-05-05  0:09 [PR PATCH] New package: pilgo-0.5.0 gbrlsnchs
  2020-05-05  0:48 ` gbrlsnchs
@ 2020-05-05  2:02 ` gbrlsnchs
  2020-05-05  2:07 ` gbrlsnchs
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: gbrlsnchs @ 2020-05-05  2:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbrlsnchs/void-packages pilgo
https://github.com/void-linux/void-packages/pull/21632

New package: pilgo-0.5.0


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

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

From 8b7563501eb53971ad90061297558b5c919bbafc Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Mon, 4 May 2020 20:45:04 -0300
Subject: [PATCH] New package: pilgo-0.5.0

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

diff --git a/srcpkgs/pilgo/template b/srcpkgs/pilgo/template
new file mode 100644
index 00000000000..c70540dba9e
--- /dev/null
+++ b/srcpkgs/pilgo/template
@@ -0,0 +1,17 @@
+# Template file for 'pilgo'
+pkgname=pilgo
+version=0.5.0
+revision=1
+build_style=go
+go_import_path="github.com/gbrlsnchs/pilgo/cmd/plg"
+go_ldflags="-X github.com/gbrlsnchs/pilgo/cmd/internal.version=${version}"
+short_desc="Configuration-based dotfiles manager"
+maintainer="Gabriel Sanches <gabriel@gsr.dev>"
+license="MIT"
+homepage="https://gsr.dev/pilgo"
+distfiles="https://github.com/gbrlsnchs/pilgo/archive/v${version}.tar.gz"
+checksum=4fefbc30e8d2568c04687613a611ac9f9864028add28b82b3912b9e267c20635
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: pilgo-0.5.0
  2020-05-05  0:09 [PR PATCH] New package: pilgo-0.5.0 gbrlsnchs
  2020-05-05  0:48 ` gbrlsnchs
  2020-05-05  2:02 ` [PR PATCH] [Updated] " gbrlsnchs
@ 2020-05-05  2:07 ` gbrlsnchs
  2020-10-29 21:57 ` [PR PATCH] [Updated] " gbrlsnchs
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: gbrlsnchs @ 2020-05-05  2:07 UTC (permalink / raw)
  To: ml

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

New comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/21632#issuecomment-623783554

Comment:
~I'm not sure what that error on `x86_64-musl` is about, but it doesn't seem to be related to my template. I have tested cross-compilation with that architecture locally and it worked fine.~

CI has passed... :eyes: 

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

* Re: [PR PATCH] [Updated] New package: pilgo-0.5.0
  2020-05-05  0:09 [PR PATCH] New package: pilgo-0.5.0 gbrlsnchs
                   ` (2 preceding siblings ...)
  2020-05-05  2:07 ` gbrlsnchs
@ 2020-10-29 21:57 ` gbrlsnchs
  2021-11-06 22:26 ` abenson
  2021-11-06 22:27 ` [PR PATCH] [Closed]: " abenson
  5 siblings, 0 replies; 7+ messages in thread
From: gbrlsnchs @ 2020-10-29 21:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbrlsnchs/void-packages pilgo
https://github.com/void-linux/void-packages/pull/21632

New package: pilgo-0.5.0


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

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

From 4afa5f25f8f8cc23eade3548cad09d0427b67cb3 Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Mon, 4 May 2020 20:45:04 -0300
Subject: [PATCH] New package: pilgo-0.5.0

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

diff --git a/srcpkgs/pilgo/template b/srcpkgs/pilgo/template
new file mode 100644
index 00000000000..c70540dba9e
--- /dev/null
+++ b/srcpkgs/pilgo/template
@@ -0,0 +1,17 @@
+# Template file for 'pilgo'
+pkgname=pilgo
+version=0.5.0
+revision=1
+build_style=go
+go_import_path="github.com/gbrlsnchs/pilgo/cmd/plg"
+go_ldflags="-X github.com/gbrlsnchs/pilgo/cmd/internal.version=${version}"
+short_desc="Configuration-based dotfiles manager"
+maintainer="Gabriel Sanches <gabriel@gsr.dev>"
+license="MIT"
+homepage="https://gsr.dev/pilgo"
+distfiles="https://github.com/gbrlsnchs/pilgo/archive/v${version}.tar.gz"
+checksum=4fefbc30e8d2568c04687613a611ac9f9864028add28b82b3912b9e267c20635
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: pilgo-0.5.0
  2020-05-05  0:09 [PR PATCH] New package: pilgo-0.5.0 gbrlsnchs
                   ` (3 preceding siblings ...)
  2020-10-29 21:57 ` [PR PATCH] [Updated] " gbrlsnchs
@ 2021-11-06 22:26 ` abenson
  2021-11-06 22:27 ` [PR PATCH] [Closed]: " abenson
  5 siblings, 0 replies; 7+ messages in thread
From: abenson @ 2021-11-06 22:26 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21632#issuecomment-962517996

Comment:
Seemingly abandoned.

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

* Re: [PR PATCH] [Closed]: New package: pilgo-0.5.0
  2020-05-05  0:09 [PR PATCH] New package: pilgo-0.5.0 gbrlsnchs
                   ` (4 preceding siblings ...)
  2021-11-06 22:26 ` abenson
@ 2021-11-06 22:27 ` abenson
  5 siblings, 0 replies; 7+ messages in thread
From: abenson @ 2021-11-06 22:27 UTC (permalink / raw)
  To: ml

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

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

New package: pilgo-0.5.0
https://github.com/void-linux/void-packages/pull/21632

Description:


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

end of thread, other threads:[~2021-11-06 22:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05  0:09 [PR PATCH] New package: pilgo-0.5.0 gbrlsnchs
2020-05-05  0:48 ` gbrlsnchs
2020-05-05  2:02 ` [PR PATCH] [Updated] " gbrlsnchs
2020-05-05  2:07 ` gbrlsnchs
2020-10-29 21:57 ` [PR PATCH] [Updated] " gbrlsnchs
2021-11-06 22:26 ` abenson
2021-11-06 22:27 ` [PR PATCH] [Closed]: " abenson

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