commit: 06a6f4a483ec163400f861824dc9087db44a4810 Author: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com> AuthorDate: Wed Jan 29 12:06:00 2025 +0000 Commit: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com> CommitDate: Wed Jan 29 12:07:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06a6f4a4
gui-libs/libsfdo: new package, add 0.1.3 Signed-off-by: Vincent Ahluwalia <vincentahluwalia <AT> protonmail.com> gui-libs/libsfdo/Manifest | 1 + gui-libs/libsfdo/libsfdo-0.1.3.ebuild | 32 ++++++++++++++++++++++++++++++++ gui-libs/libsfdo/metadata.xml | 11 +++++++++++ 3 files changed, 44 insertions(+) diff --git a/gui-libs/libsfdo/Manifest b/gui-libs/libsfdo/Manifest new file mode 100644 index 000000000..571b239c7 --- /dev/null +++ b/gui-libs/libsfdo/Manifest @@ -0,0 +1 @@ +DIST libsfdo-v0.1.3.tar.bz2 41920 BLAKE2B 0e6962652f6076373bd280801fc7aa447ca942879d635be971c7b00d8af5f74777674bd19dab0d23b7a15417d5dbecbff39ecbe8e7e36d1cbc7b92976d58901e SHA512 c5a968a41a6d5f453cf76631f7ae228218f9d5a248964b2d77e10cf33421a22fcc359b646894d793464bcd315b7cb840bd5aaf34624bf1462bc7807c1c98aefb diff --git a/gui-libs/libsfdo/libsfdo-0.1.3.ebuild b/gui-libs/libsfdo/libsfdo-0.1.3.ebuild new file mode 100644 index 000000000..345769619 --- /dev/null +++ b/gui-libs/libsfdo/libsfdo-0.1.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="A 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" + +# necessary because packaged dir contains a v before version number +S="${WORKDIR}/${PN}-v${PV}" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="examples test" +RESTRICT="!test? ( test )" + +BDEPEND=" + dev-build/meson + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + $(meson_feature examples) + $(meson_feature test tests) + ) + meson_src_configure +} diff --git a/gui-libs/libsfdo/metadata.xml b/gui-libs/libsfdo/metadata.xml new file mode 100644 index 000000000..ef43e46d9 --- /dev/null +++ b/gui-libs/libsfdo/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Vincent Ahluwalia</name> + </maintainer> + <upstream> + <remote-id type="freedesktop-gitlab">vyivel/libsfdo</remote-id> + </upstream> +</pkgmetadata>
