sci-biology/fastp - 1.1.0 (science)

Search

Package Information

Description:
An ultra-fast all-in-one FASTQ preprocessor
Homepage:
https://github.com/OpenGene/fastp
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 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}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

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

src_install() {
	dodir /usr/bin
	emake PREFIX="${ED}"/usr install
}

Dependencies

DEPEND

app-arch/libdeflate
	dev-cpp/highway
	dev-libs/isa-l

Manifest for 1.1.0

Type File Size Source URLs
DIST fastp-1.1.0.gh.tar.gz 174249 bytes https://github.com/OpenGene/fastp/archive/refs/tags/v1.1.0.tar.gz