diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-12 07:05:33 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-12 07:05:33 -0500 |
| commit | ec560e4b511b5d7cb09adbd406de3ddb8386156f (patch) | |
| tree | 903cc6d65549c358295c50cd521f3fb699dff0b0 /dev-cpp/cpp-utilities/cpp-utilities-5.35.0.ebuild | |
| parent | 7a6681ba59ffb2de9993c9bda64f6cdd414990b7 (diff) | |
| download | baldeagleos-repo-ec560e4b511b5d7cb09adbd406de3ddb8386156f.tar.gz baldeagleos-repo-ec560e4b511b5d7cb09adbd406de3ddb8386156f.tar.xz baldeagleos-repo-ec560e4b511b5d7cb09adbd406de3ddb8386156f.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp/cpp-utilities/cpp-utilities-5.35.0.ebuild')
| -rw-r--r-- | dev-cpp/cpp-utilities/cpp-utilities-5.35.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-cpp/cpp-utilities/cpp-utilities-5.35.0.ebuild b/dev-cpp/cpp-utilities/cpp-utilities-5.35.0.ebuild new file mode 100644 index 000000000000..7bfebee400ea --- /dev/null +++ b/dev-cpp/cpp-utilities/cpp-utilities-5.35.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit cmake + +DESCRIPTION="Useful C++ classes and routines" +HOMEPAGE="https://github.com/Martchus/cpp-utilities" + +SRC_URI="https://github.com/Martchus/cpp-utilities/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0/$(ver_cut 1)" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +src_configure() { + local mycmakeargs=( + -DEXCLUDE_TESTS_FROM_ALL=$(usex !test) + ) + cmake_src_configure +} |
