diff options
| -rw-r--r-- | gui-libs/libsfdo/Manifest | 1 | ||||
| -rw-r--r-- | gui-libs/libsfdo/libsfdo-0.1.4.ebuild | 30 | ||||
| -rw-r--r-- | gui-libs/libsfdo/metadata.xml | 11 |
3 files changed, 42 insertions, 0 deletions
diff --git a/gui-libs/libsfdo/Manifest b/gui-libs/libsfdo/Manifest new file mode 100644 index 000000000000..d251f890b6d8 --- /dev/null +++ b/gui-libs/libsfdo/Manifest @@ -0,0 +1 @@ +DIST libsfdo-v0.1.4.tar.bz2 43519 BLAKE2B a7630948b4f054ce516052853647008d5e24c59e2155729af8dc5cd264adf979759142f57daa6c38ed5ae0e34fd70e363ddc1c2319823f45f760b54b57e2e901 SHA512 04fe70602c04816ffefa5715c5ebaf5377922dccc56dbba74bf908e32a2f66bcaf122c347b7bf95cc573bd6437b950c3cbb97eb593caafc85163886a9fd338dd diff --git a/gui-libs/libsfdo/libsfdo-0.1.4.ebuild b/gui-libs/libsfdo/libsfdo-0.1.4.ebuild new file mode 100644 index 000000000000..9c002833e143 --- /dev/null +++ b/gui-libs/libsfdo/libsfdo-0.1.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 2024-2025 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" +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 +} diff --git a/gui-libs/libsfdo/metadata.xml b/gui-libs/libsfdo/metadata.xml new file mode 100644 index 000000000000..43d4576cb2e0 --- /dev/null +++ b/gui-libs/libsfdo/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ceamac@gentoo.org</email> + <name>Viorel Munteanu</name> + </maintainer> + <upstream> + <remote-id type="freedesktop-gitlab">vyivel/libsfdo</remote-id> + </upstream> +</pkgmetadata> |
