Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: carapace-0.15.0
@ 2022-09-08 15:19 icp1994
  2022-09-08 15:37 ` [PR PATCH] [Updated] " icp1994
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: icp1994 @ 2022-09-08 15:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages carapace
https://github.com/void-linux/void-packages/pull/39168

New package: carapace-0.15.0
#### 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

A nice soft dependency for Nushell (and some other shells in repo).

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

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

From 50dcb973054285edd691e370bbe06a603daca665 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 21:08:27 +0530
Subject: [PATCH] New package: carapace-0.15.0

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

diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
new file mode 100644
index 000000000000..8f2013015ae8
--- /dev/null
+++ b/srcpkgs/carapace/template
@@ -0,0 +1,22 @@
+# Template file for 'carapace'
+pkgname=carapace
+version=0.15.0
+revision=1
+wrksrc="carapace-bin-${version}"
+build_style=go
+go_import_path="github.com/rsteube/carapace-bin"
+go_package="./cmd/carapace"
+short_desc="Multi-shell multi-command argument completer"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/rsteube/carapace-bin"
+distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
+checksum=980a0380824c0fcf344957b37a1fa7e201934fbfee417bdd421a68b291f33b6a
+
+pre_build() {
+	go generate ./cmd/...
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: carapace-0.15.0
  2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
@ 2022-09-08 15:37 ` icp1994
  2022-09-21 17:03 ` icp1994
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: icp1994 @ 2022-09-08 15:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages carapace
https://github.com/void-linux/void-packages/pull/39168

New package: carapace-0.15.0
#### 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

A nice soft dependency for Nushell (and some other shells in repo).

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

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

From dd38436f02d4e955a49327ad37525f2a5f2787fb Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 21:08:27 +0530
Subject: [PATCH] New package: carapace-0.15.0

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

diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
new file mode 100644
index 000000000000..d92f844a0be0
--- /dev/null
+++ b/srcpkgs/carapace/template
@@ -0,0 +1,22 @@
+# Template file for 'carapace'
+pkgname=carapace
+version=0.15.0
+revision=1
+wrksrc="carapace-bin-${version}"
+build_style=go
+go_import_path="github.com/rsteube/carapace-bin"
+go_package="./cmd/carapace"
+short_desc="Multi-shell multi-command argument completer"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/rsteube/carapace-bin"
+distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
+checksum=980a0380824c0fcf344957b37a1fa7e201934fbfee417bdd421a68b291f33b6a
+
+pre_build() {
+	GOARCH= go generate ./cmd/...
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: carapace-0.15.0
  2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
  2022-09-08 15:37 ` [PR PATCH] [Updated] " icp1994
@ 2022-09-21 17:03 ` icp1994
  2022-09-21 17:08 ` icp1994
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: icp1994 @ 2022-09-21 17:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages carapace
https://github.com/void-linux/void-packages/pull/39168

New package: carapace-0.15.0
#### 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

A nice soft dependency for Nushell (and some other shells in repo).

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

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

From 98636b2d118bd1c85ceb5569cbaaf7ae463289bb Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 21:08:27 +0530
Subject: [PATCH] New package: carapace-0.15.1

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

diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
new file mode 100644
index 000000000000..45e51b9f834f
--- /dev/null
+++ b/srcpkgs/carapace/template
@@ -0,0 +1,24 @@
+# Template file for 'carapace'
+pkgname=carapace
+version=0.15.1
+revision=1
+wrksrc="carapace-bin-${version}"
+build_style=go
+go_import_path="github.com/rsteube/carapace-bin"
+go_package="./cmd/carapace"
+go_build_tags="release"
+go_ldflags="-X main.version=${version}"
+short_desc="Multi-shell multi-command argument completer"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/rsteube/carapace-bin"
+distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
+checksum=ca02ffec7ae3c9f57068506b92db2bedcb056570581a8c4918abf5a3bb7ef4e1
+
+pre_build() {
+	GOARCH= go generate ./cmd/...
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: carapace-0.15.0
  2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
  2022-09-08 15:37 ` [PR PATCH] [Updated] " icp1994
  2022-09-21 17:03 ` icp1994
@ 2022-09-21 17:08 ` icp1994
  2022-09-28  9:22 ` [PR PATCH] [Updated] New package: carapace-0.15.1 icp1994
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: icp1994 @ 2022-09-21 17:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages carapace
https://github.com/void-linux/void-packages/pull/39168

New package: carapace-0.15.0
#### 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

A nice soft dependency for Nushell (and some other shells in repo).

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

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

From 708ef4a561cc173dedba5e47c1d311ef5117729b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 21:08:27 +0530
Subject: [PATCH] New package: carapace-0.15.1

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

diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
new file mode 100644
index 000000000000..45e51b9f834f
--- /dev/null
+++ b/srcpkgs/carapace/template
@@ -0,0 +1,24 @@
+# Template file for 'carapace'
+pkgname=carapace
+version=0.15.1
+revision=1
+wrksrc="carapace-bin-${version}"
+build_style=go
+go_import_path="github.com/rsteube/carapace-bin"
+go_package="./cmd/carapace"
+go_build_tags="release"
+go_ldflags="-X main.version=${version}"
+short_desc="Multi-shell multi-command argument completer"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/rsteube/carapace-bin"
+distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
+checksum=ca02ffec7ae3c9f57068506b92db2bedcb056570581a8c4918abf5a3bb7ef4e1
+
+pre_build() {
+	GOARCH= go generate ./cmd/...
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: carapace-0.15.1
  2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
                   ` (2 preceding siblings ...)
  2022-09-21 17:08 ` icp1994
@ 2022-09-28  9:22 ` icp1994
  2022-10-18 12:57 ` [PR PATCH] [Updated] New package: carapace-0.16.0 icp1994
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: icp1994 @ 2022-09-28  9:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages carapace
https://github.com/void-linux/void-packages/pull/39168

New package: carapace-0.15.1
#### 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

A nice soft dependency for Nushell (and some other shells in repo).

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

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

From e89e4d73590a000e77f5af6170e023dc363ad743 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 21:08:27 +0530
Subject: [PATCH] New package: carapace-0.16.0

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

diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
new file mode 100644
index 000000000000..75cef50b7f90
--- /dev/null
+++ b/srcpkgs/carapace/template
@@ -0,0 +1,24 @@
+# Template file for 'carapace'
+pkgname=carapace
+version=0.16.0
+revision=1
+wrksrc="carapace-bin-${version}"
+build_style=go
+go_import_path="github.com/rsteube/carapace-bin"
+go_package="./cmd/carapace"
+go_build_tags="release"
+go_ldflags="-X main.version=${version}"
+short_desc="Multi-shell multi-command argument completer"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/rsteube/carapace-bin"
+distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
+checksum=2784d530ff4cfaa1af5e69dc17f48a575d2dd390067d139bf46006b9655f2e21
+
+pre_build() {
+	GOARCH= go generate ./cmd/...
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: carapace-0.16.0
  2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
                   ` (3 preceding siblings ...)
  2022-09-28  9:22 ` [PR PATCH] [Updated] New package: carapace-0.15.1 icp1994
@ 2022-10-18 12:57 ` icp1994
  2022-11-08 19:49 ` [PR PATCH] [Updated] New package: carapace-0.17.1 icp1994
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: icp1994 @ 2022-10-18 12:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages carapace
https://github.com/void-linux/void-packages/pull/39168

New package: carapace-0.16.0
#### 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

A nice soft dependency for Nushell (and some other shells in repo).

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

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

From 8b79db82ca244ec527b6e130a83a2bc286f7ca9f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 21:08:27 +0530
Subject: [PATCH] New package: carapace-0.17.1

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

diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
new file mode 100644
index 000000000000..dcfe098d5a1b
--- /dev/null
+++ b/srcpkgs/carapace/template
@@ -0,0 +1,24 @@
+# Template file for 'carapace'
+pkgname=carapace
+version=0.17.1
+revision=1
+wrksrc="carapace-bin-${version}"
+build_style=go
+go_import_path="github.com/rsteube/carapace-bin"
+go_package="./cmd/carapace"
+go_build_tags="release"
+go_ldflags="-X main.version=${version}"
+short_desc="Multi-shell multi-command argument completer"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/rsteube/carapace-bin"
+distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
+checksum=01d94cd12ceccaee0d1ca1b720257570077fa334607854d199a21e0fa9a1ed32
+
+pre_build() {
+	GOARCH= go generate ./cmd/...
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: carapace-0.17.1
  2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
                   ` (4 preceding siblings ...)
  2022-10-18 12:57 ` [PR PATCH] [Updated] New package: carapace-0.16.0 icp1994
@ 2022-11-08 19:49 ` icp1994
  2022-12-15  9:43 ` [PR PATCH] [Updated] New package: carapace-0.18.0 icp1994
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: icp1994 @ 2022-11-08 19:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages carapace
https://github.com/void-linux/void-packages/pull/39168

New package: carapace-0.17.1
#### 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

A nice soft dependency for Nushell (and some other shells in repo).

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

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

From 3acee9dee0a6fc4828da640591adf37b3688a772 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 21:08:27 +0530
Subject: [PATCH] New package: carapace-0.18.0

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

diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
new file mode 100644
index 000000000000..54e1ba3a6439
--- /dev/null
+++ b/srcpkgs/carapace/template
@@ -0,0 +1,28 @@
+# Template file for 'carapace'
+pkgname=carapace
+version=0.18.0
+revision=1
+wrksrc="carapace-bin-${version}"
+build_style=go
+go_import_path="github.com/rsteube/carapace-bin"
+go_package="./cmd/carapace"
+go_build_tags="release"
+go_ldflags="-X main.version=${version}"
+short_desc="Multi-shell multi-command argument completer"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/rsteube/carapace-bin"
+distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
+checksum=e7f4590a65dc8e099032f1d35df0b0c75fa39f08ea1e533172a04f469f016405
+
+pre_build() {
+	GOARCH= go generate ./cmd/...
+}
+
+do_check() {
+	go test -v ./cmd/carapace/...
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: carapace-0.18.0
  2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
                   ` (5 preceding siblings ...)
  2022-11-08 19:49 ` [PR PATCH] [Updated] New package: carapace-0.17.1 icp1994
@ 2022-12-15  9:43 ` icp1994
  2022-12-15  9:46 ` icp1994
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: icp1994 @ 2022-12-15  9:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages carapace
https://github.com/void-linux/void-packages/pull/39168

New package: carapace-0.18.0
#### 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

A nice soft dependency for Nushell (and some other shells in repo).

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

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

From 9d8abfc80f69dc018e6411790ef311f87d1a18bc Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 21:08:27 +0530
Subject: [PATCH] New package: carapace-0.19.0

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

diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
new file mode 100644
index 000000000000..e644b2882ac9
--- /dev/null
+++ b/srcpkgs/carapace/template
@@ -0,0 +1,28 @@
+# Template file for 'carapace'
+pkgname=carapace
+version=0.19.0
+revision=1
+wrksrc="carapace-bin-${version}"
+build_style=go
+go_import_path=github.com/rsteube/carapace-bin
+go_package="${go_import_path}/cmd/carapace"
+go_build_tags="release"
+go_ldflags="-X main.version=${version}"
+short_desc="Multi-shell multi-command argument completer"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/rsteube/carapace-bin"
+distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
+checksum=eb8aa760e5129164d238238f3343c355a92d045b6448ab7d91b8123cb3bc3721
+
+pre_build() {
+	GOARCH= go generate ./cmd/...
+}
+
+do_check() {
+	go test -v ./cmd/carapace/...
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: carapace-0.18.0
  2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
                   ` (6 preceding siblings ...)
  2022-12-15  9:43 ` [PR PATCH] [Updated] New package: carapace-0.18.0 icp1994
@ 2022-12-15  9:46 ` icp1994
  2023-03-16  1:58 ` New package: carapace-0.19.0 github-actions
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: icp1994 @ 2022-12-15  9:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages carapace
https://github.com/void-linux/void-packages/pull/39168

New package: carapace-0.18.0
#### 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

A nice soft dependency for Nushell (and some other shells in repo).

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

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

From ab008098ff4a4dd88b8dca43fe98fd3d190d70ef Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 21:08:27 +0530
Subject: [PATCH] New package: carapace-0.19.0

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

diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
new file mode 100644
index 000000000000..0d762ed4118c
--- /dev/null
+++ b/srcpkgs/carapace/template
@@ -0,0 +1,27 @@
+# Template file for 'carapace'
+pkgname=carapace
+version=0.19.0
+revision=1
+build_style=go
+go_import_path=github.com/rsteube/carapace-bin
+go_package="${go_import_path}/cmd/carapace"
+go_build_tags="release"
+go_ldflags="-X main.version=${version}"
+short_desc="Multi-shell multi-command argument completer"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/rsteube/carapace-bin"
+distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
+checksum=eb8aa760e5129164d238238f3343c355a92d045b6448ab7d91b8123cb3bc3721
+
+pre_build() {
+	GOARCH= go generate ./cmd/...
+}
+
+do_check() {
+	go test -v ./cmd/carapace/...
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: carapace-0.19.0
  2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
                   ` (7 preceding siblings ...)
  2022-12-15  9:46 ` icp1994
@ 2023-03-16  1:58 ` github-actions
  2023-03-23  5:23 ` [PR PATCH] [Updated] " icp1994
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-03-16  1:58 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/39168#issuecomment-1471161175

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] 13+ messages in thread

* Re: [PR PATCH] [Updated] New package: carapace-0.19.0
  2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
                   ` (8 preceding siblings ...)
  2023-03-16  1:58 ` New package: carapace-0.19.0 github-actions
@ 2023-03-23  5:23 ` icp1994
  2023-04-10 19:37 ` [PR PATCH] [Updated] New package: carapace-0.23.0 icp1994
  2023-06-24 12:43 ` [PR PATCH] [Closed]: New package: carapace-0.24.1 Duncaen
  11 siblings, 0 replies; 13+ messages in thread
From: icp1994 @ 2023-03-23  5:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages carapace
https://github.com/void-linux/void-packages/pull/39168

New package: carapace-0.19.0
#### 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

A nice soft dependency for Nushell (and some other shells in repo).

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

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

From 4803aa5419db3bb59c8103eb5b07bbaeb5dc81dd Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 21:08:27 +0530
Subject: [PATCH] New package: carapace-0.23.0

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

diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
new file mode 100644
index 000000000000..27315bc9b084
--- /dev/null
+++ b/srcpkgs/carapace/template
@@ -0,0 +1,27 @@
+# Template file for 'carapace'
+pkgname=carapace
+version=0.23.0
+revision=1
+build_style=go
+go_import_path=github.com/rsteube/carapace-bin
+go_package="${go_import_path}/cmd/carapace"
+go_build_tags="release"
+go_ldflags="-X main.version=${version}"
+short_desc="Multi-shell multi-command argument completer"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/rsteube/carapace-bin"
+distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
+checksum=bfe386a856c9c3b2a043b26b1e57c69ccc3746d5a848afc2531653f543b22e71
+
+pre_build() {
+	GOARCH= go generate ./cmd/...
+}
+
+do_check() {
+	go test ./cmd/carapace/...
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: carapace-0.23.0
  2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
                   ` (9 preceding siblings ...)
  2023-03-23  5:23 ` [PR PATCH] [Updated] " icp1994
@ 2023-04-10 19:37 ` icp1994
  2023-06-24 12:43 ` [PR PATCH] [Closed]: New package: carapace-0.24.1 Duncaen
  11 siblings, 0 replies; 13+ messages in thread
From: icp1994 @ 2023-04-10 19:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages carapace
https://github.com/void-linux/void-packages/pull/39168

New package: carapace-0.23.0
#### 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

A nice soft dependency for Nushell (and some other shells in repo).

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

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

From e4eb8bd38aa45a355309a6976c37e6e3c56e0b44 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 21:08:27 +0530
Subject: [PATCH] New package: carapace-0.24.1

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

diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
new file mode 100644
index 000000000000..4b9f9310e063
--- /dev/null
+++ b/srcpkgs/carapace/template
@@ -0,0 +1,27 @@
+# Template file for 'carapace'
+pkgname=carapace
+version=0.24.1
+revision=1
+build_style=go
+go_import_path=github.com/rsteube/carapace-bin
+go_package="${go_import_path}/cmd/carapace"
+go_build_tags="release"
+go_ldflags="-X main.version=${version}"
+short_desc="Multi-shell multi-command argument completer"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/rsteube/carapace-bin"
+distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
+checksum=1ed90aa3a00f9b162c9cda0900c7ac54a186374a3322a1c3106c4cb4a35d48bc
+
+pre_build() {
+	GOARCH= go generate ./cmd/...
+}
+
+do_check() {
+	go test ./cmd/carapace/...
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New package: carapace-0.24.1
  2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
                   ` (10 preceding siblings ...)
  2023-04-10 19:37 ` [PR PATCH] [Updated] New package: carapace-0.23.0 icp1994
@ 2023-06-24 12:43 ` Duncaen
  11 siblings, 0 replies; 13+ messages in thread
From: Duncaen @ 2023-06-24 12:43 UTC (permalink / raw)
  To: ml

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

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

New package: carapace-0.24.1
https://github.com/void-linux/void-packages/pull/39168

Description:
#### 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

A nice soft dependency for Nushell (and some other shells in repo).

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

end of thread, other threads:[~2023-06-24 12:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
2022-09-08 15:37 ` [PR PATCH] [Updated] " icp1994
2022-09-21 17:03 ` icp1994
2022-09-21 17:08 ` icp1994
2022-09-28  9:22 ` [PR PATCH] [Updated] New package: carapace-0.15.1 icp1994
2022-10-18 12:57 ` [PR PATCH] [Updated] New package: carapace-0.16.0 icp1994
2022-11-08 19:49 ` [PR PATCH] [Updated] New package: carapace-0.17.1 icp1994
2022-12-15  9:43 ` [PR PATCH] [Updated] New package: carapace-0.18.0 icp1994
2022-12-15  9:46 ` icp1994
2023-03-16  1:58 ` New package: carapace-0.19.0 github-actions
2023-03-23  5:23 ` [PR PATCH] [Updated] " icp1994
2023-04-10 19:37 ` [PR PATCH] [Updated] New package: carapace-0.23.0 icp1994
2023-06-24 12:43 ` [PR PATCH] [Closed]: New package: carapace-0.24.1 Duncaen

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