Skip to content

Commit

Permalink
sci-biology/fastp: add ebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schubert <[email protected]>
  • Loading branch information
mschubert committed Jan 29, 2024
1 parent 4e29aee commit 8ffa739
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions sci-biology/fastp/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST fastp-0.23.4.tar.gz 164071 BLAKE2B 58745d494b83bbf9ae34593159228dbef5c854ab856af91fea8770fef171ed7b3053a4cac8c31053af3dcd91d4298fddb7594670a32963f53f75bd5fa1ec3a68 SHA512 2c929e974708f8cd2d8cab95d59c0a5fd01bea912f6ba5d08841fd929f0f5019ef89e506c771057bd02b879836ae30564b8417271866b6bbcb4917fbeb387e76
20 changes: 20 additions & 0 deletions sci-biology/fastp/fastp-0.23.4.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="An ultra-fast all-in-one FASTQ preprocessor"
HOMEPAGE="https://github.com/OpenGene/fastp"
SRC_URI="https://github.com/OpenGene/fastp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"

LICENSE="MIT"
SLOT="0"

DEPEND="app-arch/libdeflate
dev-libs/isa-l"

src_install() {
dodir /usr/bin
emake PREFIX="${ED}"/usr install
}
11 changes: 11 additions & 0 deletions sci-biology/fastp/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Michael Schubert</name>
</maintainer>
<upstream>
<remote-id type="github">OpenGene/fastp</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 8ffa739

Please sign in to comment.