Github messages for voidlinux
 help / color / mirror / Atom feed
From: subado <subado@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: devpod-0.5.10
Date: Tue, 28 May 2024 20:37:45 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50569@inbox.vuxu.org> (raw)

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

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

https://github.com/subado/void-packages devpod
https://github.com/void-linux/void-packages/pull/50569

New package: devpod-0.5.10
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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-GLIB)


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

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

From 49726ff2389c80a8865c242e01698645ff03a531 Mon Sep 17 00:00:00 2001
From: subado <subado.main@gmail.com>
Date: Tue, 28 May 2024 22:27:36 +0400
Subject: [PATCH] New package: devpod-0.5.10

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

diff --git a/srcpkgs/devpod/template b/srcpkgs/devpod/template
new file mode 100644
index 00000000000000..e23f8d8afd0539
--- /dev/null
+++ b/srcpkgs/devpod/template
@@ -0,0 +1,26 @@
+# Template file for 'devpod'
+pkgname=devpod
+version=0.5.10
+revision=1
+archs="x86_64* armv6l*"
+makedepends="go"
+short_desc="Client-only tool to create reproducible developer environments"
+maintainer="subado <subado.main@gmail.com>"
+license="MPL-2.0"
+homepage="https://devpod.sh"
+distfiles="https://github.com/loft-sh/devpod/archive/refs/tags/v${version}.tar.gz"
+checksum=1fc1d6f273f6cc46f476a746e48acd56d5b8136846071140668c295a74f1e754
+wrksrc="${pkgname}-${version}"
+
+do_build() {
+	CGO_ENABLED=0 go build -ldflags "-s -w" -o "${pkgname}"
+}
+
+do_install() {
+	vmkdir /usr/bin
+	vbin "$pkgname"
+}
+
+post_install() {
+	vlicense LICENSE
+}

             reply	other threads:[~2024-05-28 18:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-28 18:37 subado [this message]
2024-05-28 21:38 ` [PR REVIEW] " abenson
2024-05-28 21:39 ` abenson
2024-05-28 21:39 ` abenson
2024-05-28 21:39 ` abenson
2024-05-29  8:45 ` [PR PATCH] [Updated] " subado
2024-05-29  8:48 ` subado
2024-05-29  9:42 ` subado
2024-05-29 11:03 ` [PR REVIEW] " 0x5c
2024-05-29 11:25 ` subado
2024-05-29 12:11 ` abenson

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-50569@inbox.vuxu.org \
    --to=subado@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).