From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/minimap2/
Date: Wed, 17 Mar 2021 18:19:25 +0000 (UTC) [thread overview]
Message-ID: <1616005151.601c9013c6e86a87af3ca3b3185c285bccdf90ce.mmokrejs@gentoo> (raw)
commit: 601c9013c6e86a87af3ca3b3185c285bccdf90ce
Author: Martin Mokrejs <mmokrejs <AT> gmail <DOT> com>
AuthorDate: Wed Mar 17 18:19:11 2021 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Mar 17 18:19:11 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=601c9013
sci-biology/minimap2: new package
Arguably we could do something about CPUFLAGS but as the
package compiles its for for all SSE2 up to SSE4.1 combinations
maybe we only should ensure -mtune and -march options
were filtered by the ebuild.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Martin Mokrejs <mmokrejs <AT> gmail.com>
sci-biology/minimap2/metadata.xml | 15 +++++++++++++++
sci-biology/minimap2/minimap2-2.17.ebuild | 20 ++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/sci-biology/minimap2/metadata.xml b/sci-biology/minimap2/metadata.xml
new file mode 100644
index 000000000..c9e82c96a
--- /dev/null
+++ b/sci-biology/minimap2/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mmokrejs@fold.natur.cuni.cz</email>
+ <name>Martin Mokrejs</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci-biology@gentoo.org</email>
+ <name>Gentoo Biology Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">minimap2</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-biology/minimap2/minimap2-2.17.ebuild b/sci-biology/minimap2/minimap2-2.17.ebuild
new file mode 100644
index 000000000..e40058243
--- /dev/null
+++ b/sci-biology/minimap2/minimap2-2.17.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="splice-aware sequence aligner"
+HOMEPAGE="https://github.com/lh3/minimap2"
+SRC_URI="https://github.com/lh3/minimap2/releases/download/v2.17/minimap2-2.17.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install(){
+ dobin "${PN}"
+}
next reply other threads:[~2021-03-17 18:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-17 18:19 Martin Mokrejs [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-18 19:53 [gentoo-commits] proj/sci:master commit in: sci-biology/minimap2/ Andrew Ammerlaan
2021-11-30 11:54 Martin Mokrejs
2021-11-30 12:41 Martin Mokrejs
2022-01-15 13:05 Andrew Ammerlaan
2023-03-22 20:14 Horea Christian
2025-05-06 13:53 Alexander Puck Neuwirth
2025-06-09 10:01 Alexander Puck Neuwirth
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=1616005151.601c9013c6e86a87af3ca3b3185c285bccdf90ce.mmokrejs@gentoo \
--to=mmokrejs@fold.natur.cuni.cz \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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