Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sigtool: New package
@ 2020-01-01  2:15 voidlinux-github
  2020-01-01  2:28 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-01  2:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages sigtool
https://github.com/void-linux/void-packages/pull/17957

sigtool: New package


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

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

From c9e209e83cb1b5664a5a2da7693326463a8b3eb2 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.eu>
Date: Tue, 31 Dec 2019 18:14:08 -0800
Subject: [PATCH] sigtool: New package

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

diff --git a/srcpkgs/sigtool/template b/srcpkgs/sigtool/template
new file mode 100644
index 00000000000..59f8988edd5
--- /dev/null
+++ b/srcpkgs/sigtool/template
@@ -0,0 +1,16 @@
+# Template file for 'sigtool'
+pkgname=sigtool
+version=0.6.2
+revision=1
+build_style=go
+go_import_path=github.com/opencoff/sigtool
+short_desc="Go version of OpenBSD's signify(1)"
+maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
+license="GPL-2.0-only"
+homepage="https://github.com/opencoff/sigtool"
+distfiles="https://github.com/opencoff/sigtool/archive/v$version.tar.gz"
+checksum=a2b4a52f3104fd132bed2e31a65144d4de358cd5fd7b92ae35a7eaa63df9a7ef
+
+do_check() {
+        go test -v ./...
+}

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

* Re: [PR PATCH] [Updated] sigtool: New package
  2020-01-01  2:15 [PR PATCH] sigtool: New package voidlinux-github
@ 2020-01-01  2:28 ` voidlinux-github
  2020-01-04  8:28 ` voidlinux-github
  2020-01-04  8:28 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-01  2:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages sigtool
https://github.com/void-linux/void-packages/pull/17957

sigtool: New package


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

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

From 7bbc24efd2f15814e47ee810fb76e01921dd310c Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.eu>
Date: Tue, 31 Dec 2019 18:14:08 -0800
Subject: [PATCH] New package: sigtool-0.6.2

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

diff --git a/srcpkgs/sigtool/template b/srcpkgs/sigtool/template
new file mode 100644
index 00000000000..5927241c830
--- /dev/null
+++ b/srcpkgs/sigtool/template
@@ -0,0 +1,16 @@
+# Template file for 'sigtool'
+pkgname=sigtool
+version=0.6.2
+revision=1
+build_style=go
+go_import_path=github.com/opencoff/sigtool
+short_desc="Go version of OpenBSD's signify(1)"
+maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
+license="GPL-2.0-only"
+homepage="https://github.com/opencoff/sigtool"
+distfiles="https://github.com/opencoff/sigtool/archive/v$version.tar.gz"
+checksum=a2b4a52f3104fd132bed2e31a65144d4de358cd5fd7b92ae35a7eaa63df9a7ef
+
+do_check() {
+	go test -v ./...
+}

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

* Re: sigtool: New package
  2020-01-01  2:15 [PR PATCH] sigtool: New package voidlinux-github
  2020-01-01  2:28 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-04  8:28 ` voidlinux-github
  2020-01-04  8:28 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-04  8:28 UTC (permalink / raw)
  To: ml

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

New comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/17957#issuecomment-570767218

Comment:
I thought this was the tool I wanted to package, but in reality it was gosignify which is compatible with signify from outils.

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

* Re: [PR PATCH] [Closed]: sigtool: New package
  2020-01-01  2:15 [PR PATCH] sigtool: New package voidlinux-github
  2020-01-01  2:28 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-04  8:28 ` voidlinux-github
@ 2020-01-04  8:28 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-04  8:28 UTC (permalink / raw)
  To: ml

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

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

sigtool: New package
https://github.com/void-linux/void-packages/pull/17957

Description:


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

end of thread, other threads:[~2020-01-04  8:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-01  2:15 [PR PATCH] sigtool: New package voidlinux-github
2020-01-01  2:28 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-04  8:28 ` voidlinux-github
2020-01-04  8:28 ` [PR PATCH] [Closed]: " 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).