Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hut-0.1.0
@ 2022-04-16  3:55 dakota-portainer
  2022-04-16  3:56 ` [PR PATCH] [Closed]: " dakota-portainer
  0 siblings, 1 reply; 3+ messages in thread
From: dakota-portainer @ 2022-04-16  3:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kotajacob/void-packages hub
https://github.com/void-linux/void-packages/pull/36715

New package: hut-0.1.0
This is the official command line client for https://sourcehut.org/

It's basically the sourcehut equivalent to Github's hub or gh tools.
It's been in development for a while now, but they've put out their
first release earlier this month. I've been using it happily for a while
before this release.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36715.patch is attached

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

From 3629f84375d9847f4754d4c9b02d3188b051c9d2 Mon Sep 17 00:00:00 2001
From: Dakota Walsh <kota@nilsu.org>
Date: Sat, 16 Apr 2022 15:52:54 +1200
Subject: [PATCH] New package: hut-0.1.0

This is the official command line client for https://sourcehut.org/

It's basically the sourcehut equivalent to Github's hub or gh tools.
It's been in development for a while now, but they've put out their
first release earlier this month. I've been using it happily for a while
before this release.
---
 srcpkgs/hut/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/hut/template

diff --git a/srcpkgs/hut/template b/srcpkgs/hut/template
new file mode 100644
index 000000000000..25f1d9bdd2d1
--- /dev/null
+++ b/srcpkgs/hut/template
@@ -0,0 +1,30 @@
+# Template file for 'hut'
+pkgname=hut
+version=0.1.0
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=go
+go_import_path="git.sr.ht/~emersion/hut"
+hostmakedepends="scdoc"
+short_desc="CLI tool for sr.ht"
+maintainer="Dakota Walsh <kota@nilsu.org>"
+license="AGPL-3.0-only"
+homepage="https://git.sr.ht/~emersion/hut"
+changelog="https://git.sr.ht/~emersion/hut/log"
+distfiles="https://git.sr.ht/~emersion/hut/archive/v${version}.tar.gz"
+checksum=5af8f1111f9ec1da9a818978eb1f013dfd50ad4311c79d95b0e62ad428ac1c59
+
+post_install() {
+	$GOPATH/bin/hut completion bash >hut.bash
+	$GOPATH/bin/hut completion zsh >hut.zsh
+	$GOPATH/bin/hut completion fish >hut.fish
+
+	vcompletion hut.bash bash
+	vcompletion hut.zsh zsh
+	vcompletion hut.fish fish
+
+	vlicense LICENSE
+
+	scdoc < doc/hut.1.scd > doc/hut.1
+	vman doc/hut.1
+}

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

* Re: [PR PATCH] [Closed]: New package: hut-0.1.0
  2022-04-16  3:55 [PR PATCH] New package: hut-0.1.0 dakota-portainer
@ 2022-04-16  3:56 ` dakota-portainer
  0 siblings, 0 replies; 3+ messages in thread
From: dakota-portainer @ 2022-04-16  3:56 UTC (permalink / raw)
  To: ml

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

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

New package: hut-0.1.0
https://github.com/void-linux/void-packages/pull/36715

Description:
This is the official command line client for https://sourcehut.org/

It's basically the sourcehut equivalent to Github's hub or gh tools.
It's been in development for a while now, but they've put out their
first release earlier this month. I've been using it happily for a while
before this release.

#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

* [PR PATCH] New package: hut-0.1.0
@ 2022-04-16  3:57 kotajacob
  0 siblings, 0 replies; 3+ messages in thread
From: kotajacob @ 2022-04-16  3:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kotajacob/void-packages hub
https://github.com/void-linux/void-packages/pull/36716

New package: hut-0.1.0
This is the official command line client for https://sourcehut.org/

It's basically the sourcehut equivalent to Github's hub or gh tools.
It's been in development for a while now, but they've put out their
first release earlier this month. I've been using it happily for a while
before this release.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36716.patch is attached

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

From 3629f84375d9847f4754d4c9b02d3188b051c9d2 Mon Sep 17 00:00:00 2001
From: Dakota Walsh <kota@nilsu.org>
Date: Sat, 16 Apr 2022 15:52:54 +1200
Subject: [PATCH] New package: hut-0.1.0

This is the official command line client for https://sourcehut.org/

It's basically the sourcehut equivalent to Github's hub or gh tools.
It's been in development for a while now, but they've put out their
first release earlier this month. I've been using it happily for a while
before this release.
---
 srcpkgs/hut/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/hut/template

diff --git a/srcpkgs/hut/template b/srcpkgs/hut/template
new file mode 100644
index 000000000000..25f1d9bdd2d1
--- /dev/null
+++ b/srcpkgs/hut/template
@@ -0,0 +1,30 @@
+# Template file for 'hut'
+pkgname=hut
+version=0.1.0
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=go
+go_import_path="git.sr.ht/~emersion/hut"
+hostmakedepends="scdoc"
+short_desc="CLI tool for sr.ht"
+maintainer="Dakota Walsh <kota@nilsu.org>"
+license="AGPL-3.0-only"
+homepage="https://git.sr.ht/~emersion/hut"
+changelog="https://git.sr.ht/~emersion/hut/log"
+distfiles="https://git.sr.ht/~emersion/hut/archive/v${version}.tar.gz"
+checksum=5af8f1111f9ec1da9a818978eb1f013dfd50ad4311c79d95b0e62ad428ac1c59
+
+post_install() {
+	$GOPATH/bin/hut completion bash >hut.bash
+	$GOPATH/bin/hut completion zsh >hut.zsh
+	$GOPATH/bin/hut completion fish >hut.fish
+
+	vcompletion hut.bash bash
+	vcompletion hut.zsh zsh
+	vcompletion hut.fish fish
+
+	vlicense LICENSE
+
+	scdoc < doc/hut.1.scd > doc/hut.1
+	vman doc/hut.1
+}

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

end of thread, other threads:[~2022-04-16  3:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-16  3:55 [PR PATCH] New package: hut-0.1.0 dakota-portainer
2022-04-16  3:56 ` [PR PATCH] [Closed]: " dakota-portainer
2022-04-16  3:57 [PR PATCH] " kotajacob

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