aboutsummaryrefslogtreecommitdiff
blob: 076b04e8191ca5573f3ee00475bfa99c0397d790 (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
26
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit meson

DESCRIPTION="PacBio modified BAM file format"
HOMEPAGE="https://pbbam.readthedocs.io/en/latest/index.html"
SRC_URI="https://github.com/PacificBiosciences/pbbam/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="blasr"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="
	virtual/pkgconfig
	>=dev-cpp/gtest-1.8.1
	>=dev-lang/swig-3.0.5
"
DEPEND="
	sci-biology/pbcopper
	>=sci-libs/htslib-1.3.1:=
	>=dev-libs/boost-1.55:=
"
RDEPEND="${DEPEND}"