From d97953e6ff67978da9554e7b4601aedceb21e215 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 12 Apr 2022 21:03:09 +0000 Subject: Adding metadata --- dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild (limited to 'dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild') diff --git a/dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild b/dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild new file mode 100644 index 000000000000..497b5a7710a8 --- /dev/null +++ b/dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="A template vector wrapper class for C++" +HOMEPAGE="https://alarmpi.no-ip.org/gitan/King_DuckZ/vectorwrapper" + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="http://alarmpi.no-ip.org/gitan/King_DuckZ/vectorwrapper.git" + inherit git-r3 +else + SRC_URI="https://alarmpi.no-ip.org/gitan/King_DuckZ/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" + S="${WORKDIR}"/"${PN}" +fi + +LICENSE="Apache-2.0" +SLOT="0" + +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest )" +BDEPEND="" + +src_configure() { + local emesonargs=( + $(meson_use test build_testing) + ) + meson_src_configure +} -- cgit v1.3.1