| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.4.39 | 7 | ~amd64 ~x86 | 0 |
# 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"
DEPEND=""
RDEPEND="${DEPEND}"
src_install(){
emake install
dobin bin/*
dodoc README.md
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bedops-2.4.39.tar.gz | 21781987 bytes | https://github.com/bedops/bedops/archive/v2.4.39.tar.gz |