gentoo-ebuilds/dev-libs/libglib-testing/libglib-testing-0.1.1.ebuild
Arthur Zamarin 98de0dc644
dev-libs/libglib-testing: Stabilize 0.1.1 arm64, #946484
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-12-20 20:36:40 +00:00

26 lines
616 B
Bash

# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org meson
DESCRIPTION="Libglib-testing is a test library providing test harnesses and mock classes"
HOMEPAGE="https://gitlab.gnome.org/pwithnall/libglib-testing"
SRC_URI="https://tecnocode.co.uk/downloads/libglib-testing-${PV}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm64 ~loong x86"
DEPEND=">=dev-libs/glib-2.44:2"
RDEPEND="${DEPEND}"
BDEPEND="dev-util/gtk-doc
virtual/pkgconfig"
src_configure() {
local emesonargs=(
-Dinstalled_tests=false
)
meson_src_configure
}