Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gomuks-0.1.0
@ 2020-05-12 21:10 travankor
  2020-08-17  2:28 ` [PR PATCH] [Updated] " travankor
  2020-08-25  6:48 ` [PR PATCH] [Closed]: New package: gomuks-0.1.2 travankor
  0 siblings, 2 replies; 3+ messages in thread
From: travankor @ 2020-05-12 21:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages gomuks
https://github.com/void-linux/void-packages/pull/21893

New package: gomuks-0.1.0
closes #21802

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

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

From bf5199086719c26fe3e25542de80b6e38c57a352 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 12 May 2020 14:08:02 -0700
Subject: [PATCH] New package: gomuks-0.1.0

---
 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..a24e0ad0917
--- /dev/null
+++ b/srcpkgs/gomuks/template
@@ -0,0 +1,17 @@
+# Template file for 'gomuks'
+pkgname=gomuks
+version=0.1.0
+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="travankor <travankor@tuta.io>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/tulir/gomuks"
+distfiles="https://github.com/tulir/gomuks/archive/v${version}.tar.gz"
+checksum=0594ea0c158e49d3581d0b9bac0143dbcab47da97fa85782b2213aaf439b795c
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: gomuks-0.1.0
  2020-05-12 21:10 [PR PATCH] New package: gomuks-0.1.0 travankor
@ 2020-08-17  2:28 ` travankor
  2020-08-25  6:48 ` [PR PATCH] [Closed]: New package: gomuks-0.1.2 travankor
  1 sibling, 0 replies; 3+ messages in thread
From: travankor @ 2020-08-17  2:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages gomuks
https://github.com/void-linux/void-packages/pull/21893

New package: gomuks-0.1.0
closes #21802

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

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

From 9eece78156f8f67d8c6add50d6e52dc8e5d27854 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 12 May 2020 14:08:02 -0700
Subject: [PATCH] New package: gomuks-0.1.0

---
 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..89eaec90cd7
--- /dev/null
+++ b/srcpkgs/gomuks/template
@@ -0,0 +1,17 @@
+# Template file for 'gomuks'
+pkgname=gomuks
+version=0.1.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="travankor <travankor@tuta.io>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/tulir/gomuks"
+distfiles="https://github.com/tulir/gomuks/archive/v${version}.tar.gz"
+checksum=741a9a7387af57e484054c50b62ea28fac7a05544728d1716310a0645a7a9368
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New package: gomuks-0.1.2
  2020-05-12 21:10 [PR PATCH] New package: gomuks-0.1.0 travankor
  2020-08-17  2:28 ` [PR PATCH] [Updated] " travankor
@ 2020-08-25  6:48 ` travankor
  1 sibling, 0 replies; 3+ messages in thread
From: travankor @ 2020-08-25  6:48 UTC (permalink / raw)
  To: ml

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

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

New package: gomuks-0.1.2
https://github.com/void-linux/void-packages/pull/21893

Description:
closes #21802

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

end of thread, other threads:[~2020-08-25  6:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12 21:10 [PR PATCH] New package: gomuks-0.1.0 travankor
2020-08-17  2:28 ` [PR PATCH] [Updated] " travankor
2020-08-25  6:48 ` [PR PATCH] [Closed]: New package: gomuks-0.1.2 travankor

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