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

EAPI=5

inherit eutils

S="${WORKDIR}"/scan_for_matches

DESCRIPTION="Pattern search through DNA sequences (aka patscan)"
HOMEPAGE="http://blog.theseed.org/servers/2010/07/scan-for-matches.html"
SRC_URI="http://www.theseed.org/servers/downloads/scan_for_matches.tgz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_install(){
	dobin scan_for_matches
	dodoc README
}