dev-libs/vali: new package, add 0.1.1

- Needed for gui-apps/kanshi-1.9.0
- Tested on devboxes for x86 and arm64 keyword

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2026-01-24 09:33:11 +02:00
parent 0f37bf420e
commit 8dc2d8a059
3 changed files with 34 additions and 0 deletions

1
dev-libs/vali/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST vali-v0.1.1.tar.bz2 25436 BLAKE2B b790c52220dbccf120848338bac1aea4f82e15eeaf65e10ba22ff853c6bd65c0b5f91d7f3cb180fe8730a3d20ebe0da5ddcfdbaa353d879c647692b4e2973ed1 SHA512 9dc13eda130f4d7df852a144230669bea7ac9a71a600d7adcc00330cdbbb273b37c57239273be7e6fabb34d13e40810e889082f5eff0f9a7040cfc06275e60fb

View File

@@ -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>arthurzam@gentoo.org</email>
<name>Arthur Zamarin</name>
</maintainer>
<upstream>
<remote-id type="freedesktop-gitlab">emersion/vali</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,22 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="C library and code generator for Varlink"
HOMEPAGE="https://gitlab.freedesktop.org/emersion/vali"
SRC_URI="https://gitlab.freedesktop.org/emersion/vali/-/archive/v${PV}/vali-v${PV}.tar.bz2"
S=${WORKDIR}/${PN}-v${PV}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
DEPEND="
dev-libs/aml
dev-libs/json-c:=
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"