Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gomuks-0.2.2
@ 2021-01-31 16:12 begss
  2021-01-31 16:47 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: begss @ 2021-01-31 16:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/begss/void-packages gomuks
https://github.com/void-linux/void-packages/pull/28362

New package: gomuks-0.2.2
<!-- 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/28362.patch is attached

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

From a7f5062a14bb521f754005022633744e90e26aba Mon Sep 17 00:00:00 2001
From: begs <begs@disroot.org>
Date: Sun, 31 Jan 2021 19:04:41 +0300
Subject: [PATCH] New package: gomuks-0.2.2

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

diff --git a/srcpkgs/gomuks/template b/srcpkgs/gomuks/template
new file mode 100644
index 00000000000..1a56bbb26f0
--- /dev/null
+++ b/srcpkgs/gomuks/template
@@ -0,0 +1,18 @@
+# Template file for 'gomuks'
+pkgname=gomuks
+version=0.2.2
+revision=1
+build_style=go
+go_import_path=maunium.net/go/gomuks
+hostmakedepends="git"
+makedepends="olm-devel"
+short_desc="Terminal based Matrix client written in Go"
+maintainer="Maxim Karasev <begs@disroot.org>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/tulir/gomuks"
+distfiles="https://github.com/tulir/gomuks/archive/v${version}.tar.gz"
+checksum=aa80f9b01f338196595c30e7b06fd2ec2f3de40520961d1fa1820a09b28722ee
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: gomuks-0.2.2
  2021-01-31 16:12 [PR PATCH] New package: gomuks-0.2.2 begss
@ 2021-01-31 16:47 ` ericonr
  2021-01-31 16:47 ` [PR PATCH] [Closed]: " ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-01-31 16:47 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28362#issuecomment-770411456

Comment:
Duplicate of #27721 

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

* Re: [PR PATCH] [Closed]: New package: gomuks-0.2.2
  2021-01-31 16:12 [PR PATCH] New package: gomuks-0.2.2 begss
  2021-01-31 16:47 ` ericonr
@ 2021-01-31 16:47 ` ericonr
  2021-01-31 17:01 ` begss
  2021-01-31 17:10 ` ericonr
  3 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-01-31 16:47 UTC (permalink / raw)
  To: ml

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

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

New package: gomuks-0.2.2
https://github.com/void-linux/void-packages/pull/28362

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

* Re: New package: gomuks-0.2.2
  2021-01-31 16:12 [PR PATCH] New package: gomuks-0.2.2 begss
  2021-01-31 16:47 ` ericonr
  2021-01-31 16:47 ` [PR PATCH] [Closed]: " ericonr
@ 2021-01-31 17:01 ` begss
  2021-01-31 17:10 ` ericonr
  3 siblings, 0 replies; 6+ messages in thread
From: begss @ 2021-01-31 17:01 UTC (permalink / raw)
  To: ml

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

New comment by begss on void-packages repository

https://github.com/void-linux/void-packages/pull/28362#issuecomment-770413654

Comment:
Oh, my bad...

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

* Re: New package: gomuks-0.2.2
  2021-01-31 16:12 [PR PATCH] New package: gomuks-0.2.2 begss
                   ` (2 preceding siblings ...)
  2021-01-31 17:01 ` begss
@ 2021-01-31 17:10 ` ericonr
  3 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-01-31 17:10 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28362#issuecomment-770415029

Comment:
No worries. If you think something there can be improved, feel free to leave a comment.

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

* [PR PATCH] New package: gomuks-0.2.2
@ 2021-01-06 20:47 FollieHiyuki
  0 siblings, 0 replies; 6+ messages in thread
From: FollieHiyuki @ 2021-01-06 20:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages gomuks
https://github.com/void-linux/void-packages/pull/27721

New package: gomuks-0.2.2
Tested briefly for an hour or so on my machine (x86_64-musl).
Cross-signing seems to work fine.

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

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

From 7bea4855dbe4e0b4bce052e88f76df18ab57f5c4 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 6 Jan 2021 23:37:46 +0300
Subject: [PATCH] New package: gomuks-0.2.2

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

diff --git a/srcpkgs/gomuks/template b/srcpkgs/gomuks/template
new file mode 100644
index 00000000000..e856b2de84d
--- /dev/null
+++ b/srcpkgs/gomuks/template
@@ -0,0 +1,17 @@
+# Template file for 'gomuks'
+pkgname=gomuks
+version=0.2.2
+revision=1
+build_style=go
+go_import_path="maunium.net/go/gomuks"
+makedepends="olm-devel"
+short_desc="Terminal based Matrix client written in Go"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/tulir/gomuks"
+distfiles="https://github.com/tulir/gomuks/archive/v${version}.tar.gz"
+checksum=aa80f9b01f338196595c30e7b06fd2ec2f3de40520961d1fa1820a09b28722ee
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2021-01-31 17:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31 16:12 [PR PATCH] New package: gomuks-0.2.2 begss
2021-01-31 16:47 ` ericonr
2021-01-31 16:47 ` [PR PATCH] [Closed]: " ericonr
2021-01-31 17:01 ` begss
2021-01-31 17:10 ` ericonr
  -- strict thread matches above, loose matches on Subject: below --
2021-01-06 20:47 [PR PATCH] " FollieHiyuki

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