commit:     9ee2acd37be1d4f134e871e0c596d916d7d4368a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar  6 09:36:00 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar  6 09:36:00 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9ee2acd3

sci-biology/bedops: version bump EAPI bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/bedops/bedops-2.4.39.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/sci-biology/bedops/bedops-2.4.39.ebuild 
b/sci-biology/bedops/bedops-2.4.39.ebuild
new file mode 100644
index 000000000..3f8f956bb
--- /dev/null
+++ b/sci-biology/bedops/bedops-2.4.39.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+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
+}

Reply via email to