aboutsummaryrefslogtreecommitdiff
blob: 5009e9922f822d967245cb6e099a2e7046041d67 (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
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Scaffold genome assemblies by Chromium/PacBio/Nanopore reads"
HOMEPAGE="https://github.com/bcgsc/LINKS"
SRC_URI="https://github.com/bcgsc/LINKS/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

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

RESTRICT="test"

RDEPEND="
	>=dev-lang/perl-1.6
	dev-lang/swig
	sci-biology/btl_bloomfilter
"

src_install(){
	dobin bin/LINKS *.pl releases/links_v1.8.5/tools/*.pl
	dodoc README.md
}