net-libs/biblesync - 2.1.0 (gentoo)

Search

Install

Install this version:

emerge -a =net-libs/biblesync-2.1.0

Package Information

Description:
A multicast protocol to support Bible software shared co-navigation
Homepage:
https://wiki.crosswire.org/BibleSync
License:
public-domain

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="A multicast protocol to support Bible software shared co-navigation"
HOMEPAGE="https://wiki.crosswire.org/BibleSync"
SRC_URI="https://github.com/karlkleinpaste/${PN}/releases/download/${PV}/${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64"

PATCHES=( "${FILESDIR}"/${P}-cmake4.patch )

src_configure() {
	local mycmakeargs=(
		# To prevent multilib-strict violations
		-DLIBDIR="${EPREFIX}"/usr/$(get_libdir)
	)
	cmake_src_configure
}

Inherited Eclasses

Manifest for 2.1.0

Type File Size Source URLs
DIST biblesync-2.1.0.tar.gz 87868 bytes https://github.com/karlkleinpaste/biblesync/releases/download/2.1.0/biblesync-2.1.0.tar.gz