sci-libs/lib2bit - 0.2.1 (science)

Search

Package Information

Description:
C library for accessing 2bit files
Homepage:
https://github.com/dpryan79/lib2bit
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2.1 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="C library for accessing 2bit files"
HOMEPAGE="https://github.com/dpryan79/lib2bit"
SRC_URI="https://github.com/dpryan79/lib2bit/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static"

PATCHES=(
	"${FILESDIR}"/${P}_respect_LDFLAGS.patch
	"${FILESDIR}"/${P}_test_support_python3.patch
)

src_install(){
	dodoc README.md
	dolib.so lib2bit.so
	doheader 2bit.h
	if use static; then
		dolib.a lib2bit.a
	fi
}

USE Flags

Manifest for 0.2.1

Type File Size Source URLs
DIST lib2bit-0.2.1.tar.gz 135592 bytes https://github.com/dpryan79/lib2bit/archive/0.2.1.tar.gz