Github messages for voidlinux
 help / color / mirror / Atom feed
From: sjrct <sjrct@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: mafft-7.520
Date: Fri, 07 Jul 2023 02:21:29 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44890@inbox.vuxu.org> (raw)

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

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

https://github.com/sjrct/void-packages add-mafft
https://github.com/void-linux/void-packages/pull/44890

New package: mafft-7.520
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl

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

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

From bf1503c4309f7849877c53abd259c0cb20d471c6 Mon Sep 17 00:00:00 2001
From: Chris Harding <ckph@tuta.io>
Date: Thu, 6 Jul 2023 20:18:09 -0400
Subject: [PATCH] New package: mafft-7.520

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

diff --git a/srcpkgs/mafft/template b/srcpkgs/mafft/template
new file mode 100644
index 000000000000..2a645b0331bc
--- /dev/null
+++ b/srcpkgs/mafft/template
@@ -0,0 +1,24 @@
+# Template file for 'mafft'
+pkgname=mafft
+version=7.520
+revision=1
+short_desc="Multiple alignment program for amino acid or nucleotide sequences"
+maintainer="Chris Harding <ckph@tuta.io>"
+license="BSD-3-Clause"
+homepage="https://mafft.cbrc.jp/alignment/software/"
+distfiles="https://gitlab.com/sysimm/mafft/-/archive/v$version/mafft-v$version.tar.gz"
+checksum=1865a0fb40f0f9e50eab16260ab33b998bfe37808e6170fca40de7f8fac84abc
+
+do_build() {
+	make PREFIX=/usr -C core
+	make PREFIX=/usr -C extensions
+}
+
+do_install() {
+	make STRIP=true PREFIX=/usr DESTDIR=${DESTDIR} -C core install
+	make STRIP=true PREFIX=/usr DESTDIR=${DESTDIR} -C extensions install
+}
+
+post_install() {
+	vlicense license
+}

             reply	other threads:[~2023-07-07  0:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-07  0:21 sjrct [this message]
2023-10-05  1:46 ` github-actions
2023-10-20  1:45 ` [PR PATCH] [Closed]: " github-actions

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44890@inbox.vuxu.org \
    --to=sjrct@users.noreply.github.com \
    --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).