# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils git-r3 DESCRIPTION="Estimate k-mer coverage histogram of genomics data" HOMEPAGE="https://github.com/bcgsc/ntCard" EGIT_REPO_URI="https://github.com/bcgsc/ntCard.git" LICENSE="MIT" SLOT="0" KEYWORDS="" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_prepare(){ sh ./autogen.sh || die default }