aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/EBARDenovo/EBARDenovo-1.2.2.ebuild')
-rw-r--r--sci-biology/EBARDenovo/EBARDenovo-1.2.2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-biology/EBARDenovo/EBARDenovo-1.2.2.ebuild b/sci-biology/EBARDenovo/EBARDenovo-1.2.2.ebuild
new file mode 100644
index 000000000..c2d9d1c3f
--- /dev/null
+++ b/sci-biology/EBARDenovo/EBARDenovo-1.2.2.ebuild
@@ -0,0 +1,24 @@
+# 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"
+
+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
+}