aboutsummaryrefslogtreecommitdiff
blob: 8a68a16549d7c68379d9e1ea34e7e2ff1ebc0c53 (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
27
28
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit git-r3

DESCRIPTION="A reference-guided aligner for next-generation sequencing technologies"
HOMEPAGE="http://code.google.com/p/mosaik-aligner/"
SRC_URI="http://code.google.com/p/mosaik-aligner/downloads/detail?name=Mosaik%201.0%20Documentation.pdf -> Mosaik-1.0-Documentation.pdf"
EGIT_REPO_URI="http://code.google.com/p/mosaik-aligner"

LICENSE="GPL-2 || ( MIT )"
SLOT="0"
IUSE=""
KEYWORDS=""

src_compile() {
	cd src || die
	default
}

src_install() {
	dobin "${WORKDIR}"/bin/*

	dodoc README "${DISTDIR}"/Mosaik-1.0-Documentation.pdf
}