aboutsummaryrefslogtreecommitdiff
blob: cfd5749db7679aeb947cb983a24a3a407ae5e1ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Whole genome shotgun assembler (sparse de Bruijn graph)"
HOMEPAGE="https://sourceforge.net/projects/soapdenovo2
	https://github.com/aquaskyline/SOAPdenovo2
	http://gigascience.biomedcentral.com/articles/10.1186/2047-217X-1-18"
SRC_URI="https://sourceforge.net/projects/soapdenovo2/files/${PN}/src/r${PV}/${PN}-src-r${PV}.tgz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}"/"${PN}"-src-r"${PV}"