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

EAPI=5

DESCRIPTION="Transcriptome de novo assembler with chimera detection"
HOMEPAGE="http://ebardenovo.sourceforge.net"
SRC_URI="http://downloads.sourceforge.net/project/ebardenovo/EBARDenovo-1.2.2-20130404.zip"

# This software package (with patent pending) is free of charge for academic use only
LICENSE="CPL-1.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="dev-lang/mono"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/EBARDenovo-1.2.2-20130404

src_install(){
	dobin EBARDenovo.exe
	dodoc EBARDenovoManual.pdf ReleaseNote.txt README.txt
}