aboutsummaryrefslogtreecommitdiff
blob: 89d401a8e3dd2b38fddeb42e7ea35136aa0cda02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Paired-end mates merge from fragments"
HOMEPAGE="https://sourceforge.net/projects/flashpage/"
SRC_URI="https://downloads.sourceforge.net/project/flashpage/${P}.tar.gz"

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

src_install(){
	dobin flash
	dodoc NEWS README
}