# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="de Bruijn and OLC assembler for Sanger, Roche 454, Illumina, Pacbio, Nanopore" HOMEPAGE="http://www.genome.umd.edu/masurca.html http://bioinformatics.oxfordjournals.org/content/29/21/2669 https://biorxiv.org/content/biorxiv/early/2016/07/26/066100.full.pdf" SRC_URI="https://github.com/alekseyzimin/masurca/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD GPL-2 GPL-3" SLOT="0" KEYWORDS="~amd64" DEPEND=" >=dev-lang/perl-5.8 app-arch/bzip2 " RDEPEND="${DEPEND}" src_compile(){ ./install.sh || die } src_install(){ dobin masurca }