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

EAPI=8

inherit meson

DESCRIPTION="The PacBio long read aligner"
HOMEPAGE="http://www.smrtcommunity.com/SMRT-Analysis/Algorithms/BLASR"
SRC_URI="https://github.com/PacificBiosciences/blasr/tarball/${PV} -> ${P}.tar.gz"

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

BDEPEND="
	dev-util/cmake
	virtual/pkgconfig
"
DEPEND="
	sci-biology/libblasr
	dev-libs/boost:=
"
RDEPEND="${DEPEND}"