sci-biology/bedops - 2.4.26 (science)

Search

Package Information

Description:
Manipulate BED file (alternative to bedtools)
Homepage:
http://bedops.readthedocs.io https://github.com/bedops/bedops
License:
GPL-2

Ebuild Details

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

EAPI=7

DESCRIPTION="Manipulate BED file (alternative to bedtools)"
HOMEPAGE="http://bedops.readthedocs.io
	https://github.com/bedops/bedops"
SRC_URI="https://github.com/bedops/bedops/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

PATCHES=( "${FILESDIR}"/${P}-respect-cxxflags.patch )

src_install(){
	emake install
	dobin bin/*
	dodoc README.md
}

Manifest for 2.4.26

Type File Size Source URLs
DIST bedops-2.4.26.tar.gz 27057360 bytes https://github.com/bedops/bedops/archive/v2.4.26.tar.gz