sci-biology/skewer-bin - 0.2.2 (science)

Search

Package Information

Description:
Adaptor and MID removal / trimming tool
Homepage:
https://sourceforge.net/projects/skewer
License:
Artistic

Ebuild Details

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

EAPI=7

DESCRIPTION="Adaptor and MID removal / trimming tool"
HOMEPAGE="https://sourceforge.net/projects/skewer"
SRC_URI="
	https://sourceforge.net/projects/skewer/files/Binaries/skewer-${PV}-linux-x86_64
	https://sourceforge.net/projects/skewer/files/Scripts/srna-scripts-0.1.2.tar.gz"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="${DEPEND}
	dev-lang/perl"

S="${WORKDIR}"

src_install() {
	cp "${DISTDIR}"/skewer-* skewer || die
	dobin *.pl skewer
}

Dependencies

RDEPEND

${DEPEND}
	dev-lang/perl

Manifest for 0.2.2

Type File Size Source URLs
DIST skewer-0.2.2-linux-x86_64 182796 bytes https://sourceforge.net/projects/skewer/files/Binaries/skewer-0.2.2-linux-x86_64
DIST srna-scripts-0.1.2.tar.gz 3811 bytes https://sourceforge.net/projects/skewer/files/Scripts/srna-scripts-0.1.2.tar.gz