dev-libs/nsync - 1.26.0 (Miezhiko)

Search

Package Information

Description:
C library that exports various synchronization primitives, such as mutexes
Homepage:
https://github.com/google/nsync
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.26.0 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="C library that exports various synchronization primitives, such as mutexes"
HOMEPAGE="https://github.com/google/nsync"
SRC_URI="https://github.com/google/nsync/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

src_configure() {
	local mycmakeargs=(
		-DNSYNC_ENABLE_TESTS=$(usex test)
	)
	cmake_src_configure
}

USE Flags

Manifest for 1.26.0

Type File Size Source URLs
DIST nsync-1.26.0.tar.gz 155509 bytes https://github.com/google/nsync/archive/1.26.0.tar.gz