Github messages for voidlinux
 help / color / mirror / Atom feed
From: jchook <jchook@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: pulumi-3.46.1
Date: Tue, 15 Nov 2022 02:01:55 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40537@inbox.vuxu.org> (raw)

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

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

https://github.com/jchook/void-packages pulumi
https://github.com/void-linux/void-packages/pull/40537

New package: pulumi-3.46.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From c0506798c23848e7a4d564aaf8ffe689b7eebc83 Mon Sep 17 00:00:00 2001
From: Wes Roberts <takq@a.zinc.email>
Date: Mon, 14 Nov 2022 19:58:09 -0500
Subject: [PATCH] New package: pulumi-3.46.1

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

diff --git a/srcpkgs/pulumi/template b/srcpkgs/pulumi/template
new file mode 100644
index 000000000000..2ecd5d04a8d5
--- /dev/null
+++ b/srcpkgs/pulumi/template
@@ -0,0 +1,26 @@
+# Template file for 'pulumi'
+pkgname=pulumi
+version=3.46.1
+revision=1
+hostmakedepends="git make go yarn nodejs"
+short_desc="Universal Infrastructure as Code"
+maintainer="Wes Roberts <takq@a.zinc.email>"
+license="Apache-2.0"
+homepage="https://www.pulumi.com/"
+changelog="https://github.com/pulumi/pulumi/releases"
+distfiles="https://github.com/pulumi/pulumi/archive/v${version}.tar.gz"
+checksum=fd55b1dd66ade7344f4185bb77a028c3def38a16cf24bf46eb7c007e1f979235
+nopie=yes
+python_version=3
+
+# Non-standard go package
+do_install() {
+	mkdir gopath
+	export GOPATH="$(pwd)/gopath"
+	make dist
+	for f in ${GOPATH}/bin/*; do
+		if [ -f "$f" ] && [ -x "$f" ]; then
+			vbin "$f"
+		fi
+	done
+}

             reply	other threads:[~2022-11-15  1:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-15  1:01 jchook [this message]
2022-11-15  1:33 ` jchook
2023-01-17 19:46 ` jchook
2023-01-17 19:46 ` [PR PATCH] [Closed]: " jchook

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40537@inbox.vuxu.org \
    --to=jchook@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).