Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: devpod-0.5.10
@ 2024-05-28 18:37 subado
  2024-05-28 21:38 ` [PR REVIEW] " abenson
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: subado @ 2024-05-28 18:37 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

end of thread, other threads:[~2024-05-29 12:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-28 18:37 [PR PATCH] New package: devpod-0.5.10 subado
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

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