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

EAPI=5

inherit cmake-utils

DESCRIPTION="Count DNA sequence reads in BAM files and other statistics calculations"
HOMEPAGE="https://github.com/genome/bam-readcount"
SRC_URI="https://github.com/genome/bam-readcount/archive/v0.8.0.tar.gz -> ${P}.tar.gz"

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

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