aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/libBigWig/libBigWig-0.3.3.ebuild')
-rw-r--r--sci-biology/libBigWig/libBigWig-0.3.3.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-biology/libBigWig/libBigWig-0.3.3.ebuild b/sci-biology/libBigWig/libBigWig-0.3.3.ebuild
new file mode 100644
index 000000000..06ad066ba
--- /dev/null
+++ b/sci-biology/libBigWig/libBigWig-0.3.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="C library for handling bigWig files (functionally replacing Jim Kent's lib)"
+HOMEPAGE="https://github.com/dpryan79/libBigWig"
+SRC_URI="https://github.com/dpryan79/libBigWig/archive/0.3.3.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"