gui-libs/libsfdo - 0.1.4 (gentoo)

Search

Package Information

Description:
Collection of libraries which implement some freedesktop.org specifications
Homepage:
https://gitlab.freedesktop.org/vyivel/libsfdo
License:
BSD-2

Ebuild Details

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

EAPI=8

inherit meson

DESCRIPTION="Collection of libraries which implement some freedesktop.org specifications"
HOMEPAGE="https://gitlab.freedesktop.org/vyivel/libsfdo"
SRC_URI="https://gitlab.freedesktop.org/vyivel/libsfdo/-/archive/v${PV}/libsfdo-v${PV}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}"

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

BDEPEND="
	virtual/pkgconfig
"

src_configure() {
	# examples are only built, not installed
	local emesonargs=(
		-Dexamples=false
		$(meson_use test tests)
	)
	meson_src_configure
}

USE Flags

Dependencies

BDEPEND

	virtual/pkgconfig

Manifest for 0.1.4

Type File Size Source URLs
DIST libsfdo-v0.1.4.tar.bz2 43519 bytes https://gitlab.freedesktop.org/vyivel/libsfdo/-/archive/v0.1.4/libsfdo-v0.1.4.tar.bz2