aboutsummaryrefslogtreecommitdiff
blob: f3445f4ff8b6d864610a2c78aa2280415cab5dae (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-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DESCRIPTION="Detection of structural variation breakpoints"
HOMEPAGE="http://code.google.com/p/hydra-sv/"
SRC_URI="http://hydra-sv.googlecode.com/files/Hydra.v${PV}.tar.gz"

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

S="${WORKDIR}/Hydra-Version-${PV}"

src_compile() {
	emake clean
	default
}

src_install() {
	dobin bin/* scripts/*
}