Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: New package: aerc
Date: Tue, 18 Jun 2019 01:35:59 +0200	[thread overview]
Message-ID: <20190617233559.KAdSZ-8h9FScvckJc9yH_cLZ2anfLCm0ZmsMPiVGSIo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12516@inbox.vuxu.org>

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/12516#issuecomment-502888866
Comment:
Can you apply this patch and afterward squash all your commits into one?

```diff
diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
index 42f4c0303f..d47dcec35b 100644
--- a/srcpkgs/aerc/template
+++ b/srcpkgs/aerc/template
@@ -2,9 +2,8 @@
 pkgname=aerc
 version=0.1.2
 revision=1
-archs="i686 x86_64 x86_64-musl"
-build_style=gnu-makefile
-hostmakedepends="go scdoc git"
+build_style=go
+hostmakedepends="scdoc git"
 depends="python3-colorama"
 short_desc="Terminal email client"
 maintainer="shtayerc <david.murko@mailbox.org>"
@@ -13,8 +12,16 @@ homepage="https://aerc-mail.org"
 distfiles="https://git.sr.ht/~sircmpwn/aerc/archive/${version}.tar.gz"
 checksum=37b58c32dbaa4395deb12974b92ed0725cb248e348b7f45bdc4354f548cbf4be
 
+do_configure() {
+	:
+}
+
+do_build() {
+	make ${makejobs} PREFIX=/usr
+}
+
 do_install() {
-	make STRIP=true PREFIX=/usr install
+	make STRIP=true PREFIX=/usr DESTDIR=${DESTDIR} install
 }
 
 post_install() {
```

  parent reply	other threads:[~2019-06-17 23:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-17 21:50 [PR PATCH] " voidlinux-github
2019-06-17 22:13 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-17 22:13 ` voidlinux-github
2019-06-17 22:29 ` voidlinux-github
2019-06-17 22:29 ` voidlinux-github
2019-06-17 22:46 ` voidlinux-github
2019-06-17 22:51 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-17 22:51 ` voidlinux-github
2019-06-17 22:57 ` voidlinux-github
2019-06-17 22:57 ` voidlinux-github
2019-06-17 23:35 ` voidlinux-github [this message]
2019-06-17 23:42 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-17 23:42 ` 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=20190617233559.KAdSZ-8h9FScvckJc9yH_cLZ2anfLCm0ZmsMPiVGSIo@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).