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

EAPI=5

inherit git-r3 java-pkg-2

DESCRIPTION="Short Palindromic Repeat finder tool (for CRISPRs)"
HOMEPAGE="https://github.com/ctSkennerton/minced/tree/master"
EGIT_REPO_URI="https://github.com/ctSkennerton/minced.git"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=">=virtual/jdk-1.7"
RDEPEND=">=virtual/jre-1.7"

src_compile(){
	default
}

src_install(){
	java-pkg_dojar minced.jar
	java-pkg_dolauncher
	dodoc README
}