Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] skopeo: update to 0.2.0.
@ 2020-04-11  5:56 CameronNemo
  2020-04-11  6:20 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 1 reply; 2+ messages in thread
From: CameronNemo @ 2020-04-11  5:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages skopeo-0.2.0
https://github.com/void-linux/void-packages/pull/20867

skopeo: update to 0.2.0.
Also build/install all of the manpages.

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

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

From e81283494ac6a7cd082abefb765bbb79a005a905 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Fri, 10 Apr 2020 22:46:53 -0700
Subject: [PATCH] skopeo: update to 0.2.0.

Also build/install all of the manpages.
---
 srcpkgs/skopeo/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/skopeo/template b/srcpkgs/skopeo/template
index e4ebfb918e8..432beebfdec 100644
--- a/srcpkgs/skopeo/template
+++ b/srcpkgs/skopeo/template
@@ -1,6 +1,6 @@
 # Template file for 'skopeo'
 pkgname=skopeo
-version=0.1.41
+version=0.2.0
 revision=1
 build_style=go
 go_import_path="github.com/containers/${pkgname}"
@@ -14,14 +14,16 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="Apache-2.0"
 homepage="https://github.com/containers/skopeo"
 distfiles="https://github.com/containers/${pkgname}/archive/v${version}.tar.gz"
-checksum=d9f4a0dcf4a43469768dbf16865d5bc98e5434fadd65af35051edb36767c9c70
+checksum=b58c54732932cdd89f760f30136317fc2fef6457d158fb1e5d4976aeabcb20f2
 make_dirs="/var/lib/atomic/sigstore 0755 root root"
 
 post_build() {
-	go-md2man -in docs/skopeo.1.md -out docs/skopeo.1
+	make docs
 }
 
 post_install() {
-	vman docs/skopeo.1
 	vinstall completions/bash/skopeo 644 usr/share/bash-completion/completions
+	for m in docs/*.1; do
+		vman "$m"
+	done
 }

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

* Re: [PR PATCH] [Merged]: skopeo: update to 0.2.0.
  2020-04-11  5:56 [PR PATCH] skopeo: update to 0.2.0 CameronNemo
@ 2020-04-11  6:20 ` Hoshpak
  0 siblings, 0 replies; 2+ messages in thread
From: Hoshpak @ 2020-04-11  6:20 UTC (permalink / raw)
  To: ml

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

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

skopeo: update to 0.2.0.
https://github.com/void-linux/void-packages/pull/20867

Description:
Also build/install all of the manpages.

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

end of thread, other threads:[~2020-04-11  6:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-11  5:56 [PR PATCH] skopeo: update to 0.2.0 CameronNemo
2020-04-11  6:20 ` [PR PATCH] [Merged]: " Hoshpak

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