Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xh-0.13.0
@ 2021-10-21  6:45 aweagel
  2021-10-21 10:58 ` FollieHiyuki
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: aweagel @ 2021-10-21  6:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aweagel/void-packages aweagel/new-pkg-xh
https://github.com/void-linux/void-packages/pull/33668

New package: xh-0.13.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aweagel/new-pkg-xh-33668.patch --]
[-- Type: text/x-diff, Size: 1136 bytes --]

From c89fe14dd96863533d3c7826463f10e8df4688fb Mon Sep 17 00:00:00 2001
From: Arthur Weagel <aweagel@users.noreply.github.com>
Date: Thu, 21 Oct 2021 00:44:38 -0600
Subject: [PATCH] New package: xh-0.13.0

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

diff --git a/srcpkgs/xh/template b/srcpkgs/xh/template
new file mode 100644
index 000000000000..63b8c7aca603
--- /dev/null
+++ b/srcpkgs/xh/template
@@ -0,0 +1,23 @@
+# Template file for 'xh'
+pkgname=xh
+version=0.13.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Friendly and fast tool for sending HTTP requests"
+maintainer="Arthur Weagel <arthur.contrib@gmail.com>"
+license="MIT"
+homepage="https://github.com/ducaale/xh"
+changelog="https://github.com/ducaale/xh/blob/master/CHANGELOG.md"
+distfiles="https://github.com/ducaale/xh/archive/v${version}.tar.gz"
+checksum=d3e46b6db5a131237d5f980ccaae6f04c5ba7b06922d97c7f98f36f03cf581fe
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for m in doc/*.1; do
+		vman "$m"
+	done
+}

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

* Re: New package: xh-0.13.0
  2021-10-21  6:45 [PR PATCH] New package: xh-0.13.0 aweagel
@ 2021-10-21 10:58 ` FollieHiyuki
  2021-10-22  2:11 ` [PR PATCH] [Updated] " aweagel
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: FollieHiyuki @ 2021-10-21 10:58 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/33668#issuecomment-948494968

Comment:
Can you also include things inside `post_install()` from my PR #31542? And feel free to close it too.

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

* Re: [PR PATCH] [Updated] New package: xh-0.13.0
  2021-10-21  6:45 [PR PATCH] New package: xh-0.13.0 aweagel
  2021-10-21 10:58 ` FollieHiyuki
@ 2021-10-22  2:11 ` aweagel
  2021-10-22 23:08 ` aweagel
  2021-10-30 23:35 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: aweagel @ 2021-10-22  2:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aweagel/void-packages aweagel/new-pkg-xh
https://github.com/void-linux/void-packages/pull/33668

New package: xh-0.13.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aweagel/new-pkg-xh-33668.patch --]
[-- Type: text/x-diff, Size: 1315 bytes --]

From a7de74601555636fe5ef6bcd53fabd53e49ebde0 Mon Sep 17 00:00:00 2001
From: Arthur Weagel <aweagel@users.noreply.github.com>
Date: Thu, 21 Oct 2021 00:44:38 -0600
Subject: [PATCH] New package: xh-0.13.0

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

diff --git a/srcpkgs/xh/template b/srcpkgs/xh/template
new file mode 100644
index 000000000000..b1e4ce1b76f6
--- /dev/null
+++ b/srcpkgs/xh/template
@@ -0,0 +1,28 @@
+# Template file for 'xh'
+pkgname=xh
+version=0.13.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Friendly and fast tool for sending HTTP requests"
+maintainer="Arthur Weagel <arthur.contrib@gmail.com>"
+license="MIT"
+homepage="https://github.com/ducaale/xh"
+changelog="https://github.com/ducaale/xh/blob/master/CHANGELOG.md"
+distfiles="https://github.com/ducaale/xh/archive/v${version}.tar.gz"
+checksum=d3e46b6db5a131237d5f980ccaae6f04c5ba7b06922d97c7f98f36f03cf581fe
+
+post_install() {
+	ln -sf /usr/bin/${pkgname} ${DESTDIR}/usr/bin/${pkgname}s
+
+	vcompletion completions/xh.bash bash
+	vcompletion completions/_xh zsh
+	vcompletion completions/xh.fish fish
+
+	vlicense LICENSE
+	vdoc README.md
+	for m in doc/*.1; do
+		vman "$m"
+	done
+}

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

* Re: New package: xh-0.13.0
  2021-10-21  6:45 [PR PATCH] New package: xh-0.13.0 aweagel
  2021-10-21 10:58 ` FollieHiyuki
  2021-10-22  2:11 ` [PR PATCH] [Updated] " aweagel
@ 2021-10-22 23:08 ` aweagel
  2021-10-30 23:35 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: aweagel @ 2021-10-22 23:08 UTC (permalink / raw)
  To: ml

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

New comment by aweagel on void-packages repository

https://github.com/void-linux/void-packages/pull/33668#issuecomment-950006341

Comment:
> Can you also include things inside `post_install()` from my PR #31542? And feel free to close it too.

@FollieHiyuki Done :heavy_check_mark: 

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

* Re: [PR PATCH] [Merged]: New package: xh-0.13.0
  2021-10-21  6:45 [PR PATCH] New package: xh-0.13.0 aweagel
                   ` (2 preceding siblings ...)
  2021-10-22 23:08 ` aweagel
@ 2021-10-30 23:35 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2021-10-30 23:35 UTC (permalink / raw)
  To: ml

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

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

New package: xh-0.13.0
https://github.com/void-linux/void-packages/pull/33668

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-30 23:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21  6:45 [PR PATCH] New package: xh-0.13.0 aweagel
2021-10-21 10:58 ` FollieHiyuki
2021-10-22  2:11 ` [PR PATCH] [Updated] " aweagel
2021-10-22 23:08 ` aweagel
2021-10-30 23:35 ` [PR PATCH] [Merged]: " Piraty

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