commit: bacae678f892daeea4f37fac77ab44cfb1a6fa0c Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 6 12:00:54 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 6 12:00:54 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bacae678
sci-biology/gffcompare: version bump 0.12.2, EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/gffcompare/gffcompare-0.12.2.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sci-biology/gffcompare/gffcompare-0.12.2.ebuild b/sci-biology/gffcompare/gffcompare-0.12.2.ebuild new file mode 100644 index 000000000..af8e58c00 --- /dev/null +++ b/sci-biology/gffcompare/gffcompare-0.12.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Compare, classify, merge, track, annotate GFF files" +HOMEPAGE="http://ccb.jhu.edu/software/stringtie/gff.shtml + https://github.com/gpertea/gffcompare" +SRC_URI="https://github.com/gpertea/gffcompare/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="MIT Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_install(){ + dobin gffcompare + dodoc README.md +}
