Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: aerc-0.1.0
@ 2019-06-04 10:29 voidlinux-github
  2019-06-04 13:06 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-04 10:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/julio641742/void-packages aerc
https://github.com/void-linux/void-packages/pull/12120

New package: aerc-0.1.0


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

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

From e856efd41ac1060cdd7c05d271847a3103603590 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 01:39:33 -0700
Subject: [PATCH] New package: aerc-0.1.0

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

diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
new file mode 100644
index 00000000000..14dbc8b1859
--- /dev/null
+++ b/srcpkgs/aerc/template
@@ -0,0 +1,36 @@
+# Template file for 'aerc'
+pkgname=aerc
+version=0.1.0
+revision=1
+build_style=go
+go_import_path="git.sr.ht/~sircmpwn/aerc"
+go_ldflags="-X main.Prefix=/usr -X main.ShareDir=/usr/share/aerc"
+hostmakedepends="git scdoc"
+short_desc="Email client for your terminal"
+maintainer="Julio Galvan <juliogalvan@protonmail.com>"
+license="MIT"
+homepage="https://aerc-mail.org/"
+distfiles="https://git.sr.ht/~sircmpwn/aerc/archive/${version}.tar.gz"
+checksum=d33e2e4401c29f3d021e5d0a8aac2a85efa15d72618809278131147d12a0a973
+
+_manpages="aerc.1 aerc-config.5 aerc-imap.5 aerc-smtp.5 aerc-tutorial.7"
+
+post_build() {
+	sed -e 's:@SHAREDIR@:/usr/share/aerc:g' > aerc.conf < config/aerc.conf.in
+	for manpage in $_manpages; do
+		scdoc < doc/${manpage}.scd > $manpage
+	done
+}
+
+post_install() {
+	for manpage in $_manpages; do
+		vman $manpage
+	done
+	vinstall aerc.conf 644 usr/share/aerc
+	vinstall config/accounts.conf 644 usr/share/aerc
+	vinstall config/binds.conf 644 usr/share/aerc
+	vinstall contrib/hldiff.py 644 usr/share/aerc/filters
+	vinstall contrib/html 644 usr/share/aerc/filters
+	vinstall contrib/plaintext.py 644 usr/share/aerc/filters
+	vlicense LICENSE
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: aerc-0.1.0
  2019-06-04 10:29 [PR PATCH] New package: aerc-0.1.0 voidlinux-github
  2019-06-04 13:06 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-04 13:06 ` voidlinux-github
  2019-06-04 13:54 ` [PR PATCH] [Closed]: " voidlinux-github
  2019-06-08 10:55 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-04 13:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/julio641742/void-packages aerc
https://github.com/void-linux/void-packages/pull/12120

New package: aerc-0.1.0


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

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

From fc1898aa46a019a535510927c63d999c87227da0 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 01:39:33 -0700
Subject: [PATCH] New package: aerc-0.1.0

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

diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
new file mode 100644
index 00000000000..09c3c5823c8
--- /dev/null
+++ b/srcpkgs/aerc/template
@@ -0,0 +1,36 @@
+# Template file for 'aerc'
+pkgname=aerc
+version=0.1.0
+revision=1
+build_style=go
+go_import_path="git.sr.ht/~sircmpwn/aerc"
+go_ldflags="-X main.Prefix=/usr -X main.ShareDir=/usr/share/aerc"
+hostmakedepends="git scdoc"
+short_desc="Email client for your terminal"
+maintainer="Julio Galvan <juliogalvan@protonmail.com>"
+license="MIT"
+homepage="https://aerc-mail.org/"
+distfiles="https://git.sr.ht/~sircmpwn/aerc/archive/${version}.tar.gz"
+checksum=d33e2e4401c29f3d021e5d0a8aac2a85efa15d72618809278131147d12a0a973
+
+_manpages="aerc.1 aerc-config.5 aerc-imap.5 aerc-smtp.5 aerc-tutorial.7"
+
+post_build() {
+	sed -e 's:@SHAREDIR@:/usr/share/aerc:g' > aerc.conf < config/aerc.conf.in
+	for manpage in $_manpages; do
+		scdoc < doc/${manpage}.scd > $manpage
+	done
+}
+
+post_install() {
+	for manpage in $_manpages; do
+		vman $manpage
+	done
+	vinstall aerc.conf 644 usr/share/aerc
+	vinstall config/accounts.conf 644 usr/share/aerc
+	vinstall config/binds.conf 644 usr/share/aerc
+	vinstall contrib/hldiff.py 755 usr/share/aerc/filters
+	vinstall contrib/html 755 usr/share/aerc/filters
+	vinstall contrib/plaintext.py 755 usr/share/aerc/filters
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: aerc-0.1.0
  2019-06-04 10:29 [PR PATCH] New package: aerc-0.1.0 voidlinux-github
@ 2019-06-04 13:06 ` voidlinux-github
  2019-06-04 13:06 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-04 13:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/julio641742/void-packages aerc
https://github.com/void-linux/void-packages/pull/12120

New package: aerc-0.1.0


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

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

From fc1898aa46a019a535510927c63d999c87227da0 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 01:39:33 -0700
Subject: [PATCH] New package: aerc-0.1.0

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

diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
new file mode 100644
index 00000000000..09c3c5823c8
--- /dev/null
+++ b/srcpkgs/aerc/template
@@ -0,0 +1,36 @@
+# Template file for 'aerc'
+pkgname=aerc
+version=0.1.0
+revision=1
+build_style=go
+go_import_path="git.sr.ht/~sircmpwn/aerc"
+go_ldflags="-X main.Prefix=/usr -X main.ShareDir=/usr/share/aerc"
+hostmakedepends="git scdoc"
+short_desc="Email client for your terminal"
+maintainer="Julio Galvan <juliogalvan@protonmail.com>"
+license="MIT"
+homepage="https://aerc-mail.org/"
+distfiles="https://git.sr.ht/~sircmpwn/aerc/archive/${version}.tar.gz"
+checksum=d33e2e4401c29f3d021e5d0a8aac2a85efa15d72618809278131147d12a0a973
+
+_manpages="aerc.1 aerc-config.5 aerc-imap.5 aerc-smtp.5 aerc-tutorial.7"
+
+post_build() {
+	sed -e 's:@SHAREDIR@:/usr/share/aerc:g' > aerc.conf < config/aerc.conf.in
+	for manpage in $_manpages; do
+		scdoc < doc/${manpage}.scd > $manpage
+	done
+}
+
+post_install() {
+	for manpage in $_manpages; do
+		vman $manpage
+	done
+	vinstall aerc.conf 644 usr/share/aerc
+	vinstall config/accounts.conf 644 usr/share/aerc
+	vinstall config/binds.conf 644 usr/share/aerc
+	vinstall contrib/hldiff.py 755 usr/share/aerc/filters
+	vinstall contrib/html 755 usr/share/aerc/filters
+	vinstall contrib/plaintext.py 755 usr/share/aerc/filters
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New package: aerc-0.1.0
  2019-06-04 10:29 [PR PATCH] New package: aerc-0.1.0 voidlinux-github
  2019-06-04 13:06 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-04 13:06 ` voidlinux-github
@ 2019-06-04 13:54 ` voidlinux-github
  2019-06-08 10:55 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-04 13:54 UTC (permalink / raw)
  To: ml

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

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

New package: aerc-0.1.0
https://github.com/void-linux/void-packages/pull/12120
Description: 

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

* Re: New package: aerc-0.1.0
  2019-06-04 10:29 [PR PATCH] New package: aerc-0.1.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-04 13:54 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-06-08 10:55 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-08 10:55 UTC (permalink / raw)
  To: ml

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

New comment by SevereOverfl0w on void-packages repository

https://github.com/void-linux/void-packages/pull/12120#issuecomment-500115134
Comment:
@julio641742 have you decided not to not continue with this, or are you still working on it? I'm interesting in using Aerc, so I'd like to see this land.

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

end of thread, other threads:[~2019-06-08 10:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 10:29 [PR PATCH] New package: aerc-0.1.0 voidlinux-github
2019-06-04 13:06 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-04 13:06 ` voidlinux-github
2019-06-04 13:54 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-08 10:55 ` voidlinux-github

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