aboutsummaryrefslogtreecommitdiff
blob: 836508195a0eb22af6bbf712f22bf2c7646f5604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit meson

DESCRIPTION="Bayesian gen. variant detector to find short polymorphisms"
HOMEPAGE="https://github.com/ekg/freebayes"
SRC_URI="https://github.com/freebayes/freebayes/releases/download/v${PV}/${P}-src.tar.gz"

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

# tests not included in release tarball?
RESTRICT="test"

DEPEND=""
RDEPEND="${DEPEND}
	sci-libs/htslib
	sci-biology/bamtools
	sci-biology/samtools:*"

S="${WORKDIR}/${PN}"