Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: catgirl-1.1
@ 2020-08-06 15:28 PaperMountainStudio
  2020-08-08 20:18 ` [PR REVIEW] " ahesford
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: PaperMountainStudio @ 2020-08-06 15:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages new-package-catgirl
https://github.com/void-linux/void-packages/pull/24103

New package: catgirl-1.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-catgirl-24103.patch --]
[-- Type: text/x-diff, Size: 1013 bytes --]

From 4953cd1e5aa529ef2d8a750e7cd49dc19649825c Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Tue, 4 Aug 2020 22:05:49 +0200
Subject: [PATCH] New package: catgirl-1.1

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

diff --git a/srcpkgs/catgirl/template b/srcpkgs/catgirl/template
new file mode 100644
index 00000000000..fd3030e9809
--- /dev/null
+++ b/srcpkgs/catgirl/template
@@ -0,0 +1,14 @@
+# Template file for 'catgirl'
+pkgname=catgirl
+version=1.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config ctags"
+makedepends="libressl-devel ncurses-devel"
+depends="ncurses"
+short_desc="TLS-only terminal IRC client"
+maintainer="Paper <paper@tilde.institute>"
+license="GPL-3.0-or-later"
+homepage="https://git.causal.agency/catgirl/"
+distfiles="https://git.causal.agency/catgirl/snapshot/$pkgname-$version.tar.gz"
+checksum=f6dad1403485984f903630e63a4fedcf8ab08de837453b27df256eb1afe8c1a9

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

* Re: [PR REVIEW] New package: catgirl-1.1
  2020-08-06 15:28 [PR PATCH] New package: catgirl-1.1 PaperMountainStudio
@ 2020-08-08 20:18 ` ahesford
  2020-08-09  8:32 ` [PR PATCH] [Updated] " PaperMountainStudio
  2020-08-09 11:04 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-08-08 20:18 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24103#discussion_r467500542

Comment:
Remove `ncurses`, the libs are automatically detected. 

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

* Re: [PR PATCH] [Updated] New package: catgirl-1.1
  2020-08-06 15:28 [PR PATCH] New package: catgirl-1.1 PaperMountainStudio
  2020-08-08 20:18 ` [PR REVIEW] " ahesford
@ 2020-08-09  8:32 ` PaperMountainStudio
  2020-08-09 11:04 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: PaperMountainStudio @ 2020-08-09  8:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages new-package-catgirl
https://github.com/void-linux/void-packages/pull/24103

New package: catgirl-1.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-catgirl-24103.patch --]
[-- Type: text/x-diff, Size: 993 bytes --]

From 12186bf57fe3a9766ba0ebb4b884167b2e9125e4 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Tue, 4 Aug 2020 22:05:49 +0200
Subject: [PATCH] New package: catgirl-1.1

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

diff --git a/srcpkgs/catgirl/template b/srcpkgs/catgirl/template
new file mode 100644
index 00000000000..7d0098aed5d
--- /dev/null
+++ b/srcpkgs/catgirl/template
@@ -0,0 +1,13 @@
+# Template file for 'catgirl'
+pkgname=catgirl
+version=1.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config ctags"
+makedepends="libressl-devel ncurses-devel"
+short_desc="TLS-only terminal IRC client"
+maintainer="Paper <paper@tilde.institute>"
+license="GPL-3.0-or-later"
+homepage="https://git.causal.agency/catgirl/"
+distfiles="https://git.causal.agency/catgirl/snapshot/$pkgname-$version.tar.gz"
+checksum=f6dad1403485984f903630e63a4fedcf8ab08de837453b27df256eb1afe8c1a9

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

* Re: [PR PATCH] [Merged]: New package: catgirl-1.1
  2020-08-06 15:28 [PR PATCH] New package: catgirl-1.1 PaperMountainStudio
  2020-08-08 20:18 ` [PR REVIEW] " ahesford
  2020-08-09  8:32 ` [PR PATCH] [Updated] " PaperMountainStudio
@ 2020-08-09 11:04 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-08-09 11:04 UTC (permalink / raw)
  To: ml

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

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

New package: catgirl-1.1
https://github.com/void-linux/void-packages/pull/24103

Description:


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

end of thread, other threads:[~2020-08-09 11:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 15:28 [PR PATCH] New package: catgirl-1.1 PaperMountainStudio
2020-08-08 20:18 ` [PR REVIEW] " ahesford
2020-08-09  8:32 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-08-09 11:04 ` [PR PATCH] [Merged]: " ahesford

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