sci-biology/smalt - 0.7.6 (science)

Search

Package Information

Description:
DNA read mapper using k=20 (successor of ssaha2)
Homepage:
https://sourceforge.net/projects/smalt/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.7.6 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MY_PN="${PN%-bin}"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="DNA read mapper using k=20 (successor of ssaha2)"
HOMEPAGE="https://sourceforge.net/projects/smalt/"
SRC_URI="https://sourceforge.net/projects/${PN}/files/${P}.tar.gz"

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

DEPEND=""
RDEPEND="${DEPEND}"
# TODO: add https://github.com/gt1/bambamc dependency
# ./configure --with-bambamc=yes BAMBAMC_CFLAGS="-I$BAMBAMC_INSTALL_DIR/include" BAMBAMC_LIBS="-L$BAMBAMC_INSTALL_DIR/lib -lbambamc"
#
# but NEWS states
# - Ammended installation instructions with the bambamc library.

S="${WORKDIR}"/${MY_P}

src_install(){
	dobin src/smalt
	insinto /usr/share/"${PN}"
	doins misc/*.py
	dodoc README NEWS
}
# is the tarball with source code lacking the manual? Upstream contacted.
#	dodoc NEWS ${MY_PN}_manual.pdf
#	doman ${MY_PN}.1

Manifest for 0.7.6

Type File Size Source URLs
DIST smalt-0.7.6.tar.gz 72290533 bytes https://sourceforge.net/projects/smalt/files/smalt-0.7.6.tar.gz