Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: aerc-0.1.0
Date: Tue, 04 Jun 2019 15:06:41 +0200	[thread overview]
Message-ID: <20190604130641.0t8-ezKRMuBi5kj5VoBBRRELhjrLPuQyFOXADOCJYYc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12120@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2019-06-04 13:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-04 10:29 [PR PATCH] " voidlinux-github
2019-06-04 13:06 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-04 13:06 ` voidlinux-github [this message]
2019-06-04 13:54 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-08 10:55 ` voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190604130641.0t8-ezKRMuBi5kj5VoBBRRELhjrLPuQyFOXADOCJYYc@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).