Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: step-0.19.0.
@ 2022-04-22  6:09 the-maldridge
  2022-04-22  6:19 ` [PR PATCH] [Updated] " the-maldridge
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: the-maldridge @ 2022-04-22  6:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages step-ca
https://github.com/void-linux/void-packages/pull/36811

New package: step-0.19.0.
Still working on this one.

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

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

From 3df929d4fe880b182d9edb7582c2c72d03e571db Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Fri, 22 Apr 2022 01:08:59 -0500
Subject: [PATCH] New package: step-0.19.0.

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

diff --git a/srcpkgs/step/template b/srcpkgs/step/template
new file mode 100644
index 000000000000..9d4232da3a26
--- /dev/null
+++ b/srcpkgs/step/template
@@ -0,0 +1,26 @@
+# Template file for 'step'
+pkgname=step
+version=0.19.0
+revision=1
+wrksrc=certificates-$version
+build_style=go
+go_import_path=github.com/smallstep/certificates
+go_package="$go_import_path/cmd/step-ca
+ $go_import_path/cmd/step-awskms-init
+ $go_import_path/cmd/step-cloudkms-init
+ $go_import_path/cmd/step-pkcs11-init
+ $go_import_path/cmd/step-yubikey-init"
+go_ldflags="-w -X main.Version=$version"
+hostmakedepends="pkg-config"
+makedepends="pcsclite-devel"
+short_desc="Private CA and ACME server"
+maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+license="Apache-2.0"
+homepage="https://smallstep.com/certificates/"
+changelog="https://github.com/smallstep/certificates/blob/master/CHANGELOG.md"
+distfiles="https://github.com/smallstep/certificates/archive/refs/tags/v$version.tar.gz"
+checksum=edf8aeaabff2cae9fed4e27177d755be522c20a94a3fd7346de1ec42614d1d46
+
+do_check() {
+	go test -short ./...
+}

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

end of thread, other threads:[~2022-04-23  0:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22  6:09 [PR PATCH] New package: step-0.19.0 the-maldridge
2022-04-22  6:19 ` [PR PATCH] [Updated] " the-maldridge
2022-04-22  6:21 ` the-maldridge
2022-04-22  6:28 ` [PR REVIEW] " classabbyamp
2022-04-22  6:30 ` [PR PATCH] [Updated] " the-maldridge
2022-04-22 16:08 ` the-maldridge
2022-04-22 19:11 ` the-maldridge
2022-04-23  0:39 ` the-maldridge
2022-04-23  0:40 ` [PR PATCH] [Merged]: " the-maldridge

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