sci-libs/libbraiding - 1.3.1 (gentoo)

Search

Package Information

Description:
Expose the functionality of cbraid as a shared library
Homepage:
https://github.com/miguelmarco/libbraiding
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.3.1 8 amd64 ~riscv 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Expose the functionality of cbraid as a shared library"
HOMEPAGE="https://github.com/miguelmarco/libbraiding"

SRC_URI="https://github.com/miguelmarco/${PN}/releases/download/${PV}/${P}.tar.gz"

# A few source headers still say GPLv2, but I believe that to be an
# oversight: https://github.com/jeanluct/cbraid/issues/4
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 ~riscv"

src_install() {
	default
	find "${ED}" -name '*.la' -delete || die
}

Manifest for 1.3.1

Type File Size Source URLs
DIST libbraiding-1.3.1.tar.gz 393142 bytes https://github.com/miguelmarco/libbraiding/releases/download/1.3.1/libbraiding-1.3.1.tar.gz