| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="Extend partial transcripts with sequence from other reads or genomic contigs"
HOMEPAGE="https://github.com/baoe/BRANCH"
if [ "$PV" == "9999" ]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/baoe/BRANCH"
else
SRC_URI=""
KEYWORDS=""
fi
LICENSE="Artistic-2"
SLOT="0"
DEPEND="
sci-biology/blat
sci-libs/lemon
"
RDEPEND="${DEPEND}"
src_compile(){
einfo "$(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} -o BRANCH BRANCH.cpp -lemon -lpthread"
$(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} -o BRANCH/BRANCH BRANCH/BRANCH.cpp -lemon -lpthread || die
}
src_install(){
dobin BRANCH/BRANCH
dodoc README.md
}
sci-biology/blat sci-libs/lemon
sci-biology/blat sci-libs/lemon