Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pet-0.8.4
@ 2024-06-24 14:54 MIvanchev
  2024-06-24 15:10 ` [PR REVIEW] " tranzystorekk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: MIvanchev @ 2024-06-24 14:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages pet
https://github.com/void-linux/void-packages/pull/50965

New package: pet-0.8.4
#### 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-GLIBC)


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

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

From 335b15b696a3e1b8636494a1fee718333c707916 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 24 Jun 2024 16:53:56 +0200
Subject: [PATCH] New package: pet-0.8.4

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

diff --git a/srcpkgs/pet/template b/srcpkgs/pet/template
new file mode 100644
index 00000000000000..240c741999c9e5
--- /dev/null
+++ b/srcpkgs/pet/template
@@ -0,0 +1,16 @@
+# Template file for 'pet'
+pkgname=pet
+version=0.8.4
+revision=1
+build_style=go
+go_import_path="github.com/knqyf263/pet"
+short_desc="Simple command-line snippet manager"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/knqyf263/pet"
+distfiles="https://github.com/knqyf263/pet/archive/refs/tags/v${version}.tar.gz"
+checksum=8cc8d0a10745818e6035ae7f942846d91fa187a7af5fd2446f80372822722e5c
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: pet-0.8.4
  2024-06-24 14:54 [PR PATCH] New package: pet-0.8.4 MIvanchev
@ 2024-06-24 15:10 ` tranzystorekk
  2024-06-24 15:13 ` tranzystorekk
  2024-06-24 15:17 ` [PR PATCH] [Updated] " MIvanchev
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-06-24 15:10 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/50965#discussion_r1651204662

Comment:
```suggestion
go_import_path="github.com/knqyf263/pet"
go_ldflags="-X ${go_import_path}/cmd.version=${version}"
```

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

* Re: [PR REVIEW] New package: pet-0.8.4
  2024-06-24 14:54 [PR PATCH] New package: pet-0.8.4 MIvanchev
  2024-06-24 15:10 ` [PR REVIEW] " tranzystorekk
@ 2024-06-24 15:13 ` tranzystorekk
  2024-06-24 15:17 ` [PR PATCH] [Updated] " MIvanchev
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-06-24 15:13 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/50965#discussion_r1651209038

Comment:
```suggestion
homepage="https://github.com/knqyf263/pet"
changelog="https://github.com/knqyf263/pet/releases"
```

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

* Re: [PR PATCH] [Updated] New package: pet-0.8.4
  2024-06-24 14:54 [PR PATCH] New package: pet-0.8.4 MIvanchev
  2024-06-24 15:10 ` [PR REVIEW] " tranzystorekk
  2024-06-24 15:13 ` tranzystorekk
@ 2024-06-24 15:17 ` MIvanchev
  2 siblings, 0 replies; 4+ messages in thread
From: MIvanchev @ 2024-06-24 15:17 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by MIvanchev against master on the void-packages repository

https://github.com/MIvanchev/void-packages pet
https://github.com/void-linux/void-packages/pull/50965

New package: pet-0.8.4
#### 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-GLIBC)


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

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

From 10782ff590982731d826b5c35a34ad26478973d6 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 24 Jun 2024 16:53:56 +0200
Subject: [PATCH] New package: pet-0.8.4

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

diff --git a/srcpkgs/pet/template b/srcpkgs/pet/template
new file mode 100644
index 00000000000000..f4e71c82252a86
--- /dev/null
+++ b/srcpkgs/pet/template
@@ -0,0 +1,18 @@
+# Template file for 'pet'
+pkgname=pet
+version=0.8.4
+revision=1
+build_style=go
+go_import_path="github.com/knqyf263/pet"
+go_ldflags="-X ${go_import_path}/cmd.version=${version}"
+short_desc="Simple command-line snippet manager"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/knqyf263/pet"
+changelog="https://github.com/knqyf263/pet/releases"
+distfiles="https://github.com/knqyf263/pet/archive/refs/tags/v${version}.tar.gz"
+checksum=8cc8d0a10745818e6035ae7f942846d91fa187a7af5fd2446f80372822722e5c
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2024-06-24 15:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-24 14:54 [PR PATCH] New package: pet-0.8.4 MIvanchev
2024-06-24 15:10 ` [PR REVIEW] " tranzystorekk
2024-06-24 15:13 ` tranzystorekk
2024-06-24 15:17 ` [PR PATCH] [Updated] " MIvanchev

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