aboutsummaryrefslogtreecommitdiff
blob: 6fa4cda56f9e82dbe863d5488c6a0dc310558d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="Paired-end mates merge from fragments"
HOMEPAGE="http://sourceforge.net/projects/flashpage"
SRC_URI="http://downloads.sourceforge.net/project/flashpage/FLASH-1.2.9.tar.gz"

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

src_install(){
	dobin flash
	dodoc NEWS README
}