Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: grant-0.2.1
@ 2024-07-14 14:20 popey
  2024-10-13  2:03 ` github-actions
  2024-10-27  2:03 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: popey @ 2024-07-14 14:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/popey/void-packages add-grant
https://github.com/void-linux/void-packages/pull/51255

New package: grant-0.2.1
- I tested the changes in this PR: **YES**

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

- I built this PR locally for my native architecture, (x86_64)

This fixes issue #51254


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

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

From f1825c54e4a9bfd11337ee45102a558289fffd6d Mon Sep 17 00:00:00 2001
From: Alan Pope <alan@popey.com>
Date: Sun, 14 Jul 2024 16:14:25 +0100
Subject: [PATCH] New package: grant-0.2.1

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

diff --git a/srcpkgs/grant/template b/srcpkgs/grant/template
new file mode 100644
index 00000000000000..068aa59b541ab6
--- /dev/null
+++ b/srcpkgs/grant/template
@@ -0,0 +1,24 @@
+# Template file for 'grant'
+pkgname=grant
+version=0.2.1
+revision=1
+build_style=go
+build_helper=qemu
+go_import_path="github.com/anchore/grant"
+go_package="github.com/anchore/grant/cmd/grant"
+go_ldflags="-X main.version=${version}"
+short_desc="Search an SBOM for licenses and the packages they belong to"
+maintainer="popey <alan@popey.com>"
+license="Apache-2.0"
+homepage="https://github.com/anchore/grant"
+changelog="https://github.com/anchore/grant/releases"
+distfiles="https://github.com/anchore/grant/archive/refs/tags/v${version}.tar.gz"
+checksum=e53736b26ed02193a335ead1aa2480bb9eab3b509331b5c68c6195ad0c45737d
+
+post_install() {
+	grant="${DESTDIR}/usr/bin/grant"
+	for shell in bash fish zsh; do
+		vtargetrun ${grant} completion ${shell} >grant.${shell}
+		vcompletion grant.${shell} ${shell}
+	done
+}

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

* Re: New package: grant-0.2.1
  2024-07-14 14:20 [PR PATCH] New package: grant-0.2.1 popey
@ 2024-10-13  2:03 ` github-actions
  2024-10-27  2:03 ` [PR PATCH] [Closed]: " github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2024-10-13  2:03 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/51255#issuecomment-2408783684

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: grant-0.2.1
  2024-07-14 14:20 [PR PATCH] New package: grant-0.2.1 popey
  2024-10-13  2:03 ` github-actions
@ 2024-10-27  2:03 ` github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2024-10-27  2:03 UTC (permalink / raw)
  To: ml

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

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

New package: grant-0.2.1
https://github.com/void-linux/void-packages/pull/51255

Description:
- I tested the changes in this PR: **YES**

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

- I built this PR locally for my native architecture, (x86_64)

This fixes issue #51254


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

end of thread, other threads:[~2024-10-27  2:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-14 14:20 [PR PATCH] New package: grant-0.2.1 popey
2024-10-13  2:03 ` github-actions
2024-10-27  2:03 ` [PR PATCH] [Closed]: " github-actions

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