Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xmandump-0.1.0
@ 2020-05-18  5:32 ericonr
  2020-05-18 12:01 ` [PR PATCH] [Updated] " ericonr
  2020-05-18 15:32 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: ericonr @ 2020-05-18  5:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages xmandump
https://github.com/void-linux/void-packages/pull/22069

New package: xmandump-0.1.0
Needed for https://github.com/void-linux/void-infrastructure/issues/70

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

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

From 7146fae8b5e2a9fbf86ac77a318ed1a014fadda0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Mon, 18 May 2020 02:31:13 -0300
Subject: [PATCH] New package: xmandump-0.1.0

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

diff --git a/srcpkgs/xmandump/template b/srcpkgs/xmandump/template
new file mode 100644
index 00000000000..2148859b57e
--- /dev/null
+++ b/srcpkgs/xmandump/template
@@ -0,0 +1,17 @@
+# Template file for 'xmandump'
+pkgname=xmandump
+version=0.1.0
+revision=1
+build_style=go
+go_import_path="go.spiff.io/xmandump"
+go_package="${go_import_path}/cmd/xmandump"
+short_desc="Dump all manpages in an XBPS package for use with man.cgi"
+maintainer="Érico Nogueira <ericonr@disroot.com>"
+license="ISC"
+homepage="https://github.com/nilium/xmandump"
+distfiles="https://github.com/nilium/xmandump/archive/v${version}.tar.gz"
+checksum=62350f50d5b5bc39203fc80cebba6c1645d05ca073218e65b579a6c53e3c9a00
+
+post_install() {
+    vlicense LICENSE.txt LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: xmandump-0.1.0
  2020-05-18  5:32 [PR PATCH] New package: xmandump-0.1.0 ericonr
@ 2020-05-18 12:01 ` ericonr
  2020-05-18 15:32 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2020-05-18 12:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages xmandump
https://github.com/void-linux/void-packages/pull/22069

New package: xmandump-0.1.0
Needed for https://github.com/void-linux/void-infrastructure/issues/70

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

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

From e1427946e66f9fccc34beb73894282475a2bae04 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Mon, 18 May 2020 02:31:13 -0300
Subject: [PATCH] New package: xmandump-0.1.0

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

diff --git a/srcpkgs/xmandump/template b/srcpkgs/xmandump/template
new file mode 100644
index 000000000000..194958831e6b
--- /dev/null
+++ b/srcpkgs/xmandump/template
@@ -0,0 +1,17 @@
+# Template file for 'xmandump'
+pkgname=xmandump
+version=0.1.0
+revision=1
+build_style=go
+go_import_path="go.spiff.io/xmandump"
+go_package="${go_import_path}/cmd/xmandump"
+short_desc="Dump all manpages in an XBPS package for use with man.cgi"
+maintainer="Érico Nogueira <ericonr@disroot.com>"
+license="ISC"
+homepage="https://github.com/nilium/xmandump"
+distfiles="https://github.com/nilium/xmandump/archive/v${version}.tar.gz"
+checksum=62350f50d5b5bc39203fc80cebba6c1645d05ca073218e65b579a6c53e3c9a00
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: xmandump-0.1.0
  2020-05-18  5:32 [PR PATCH] New package: xmandump-0.1.0 ericonr
  2020-05-18 12:01 ` [PR PATCH] [Updated] " ericonr
@ 2020-05-18 15:32 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2020-05-18 15:32 UTC (permalink / raw)
  To: ml

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

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

New package: xmandump-0.1.0
https://github.com/void-linux/void-packages/pull/22069

Description:
Needed for https://github.com/void-linux/void-infrastructure/issues/70

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

end of thread, other threads:[~2020-05-18 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-18  5:32 [PR PATCH] New package: xmandump-0.1.0 ericonr
2020-05-18 12:01 ` [PR PATCH] [Updated] " ericonr
2020-05-18 15:32 ` [PR PATCH] [Merged]: " 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).