# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id: 21c147ceab1d74be5516d1098776235fa62d51a7 $ EAPI=8 inherit cmake DESCRIPTION="C++ library to assist value-oriented design" HOMEPAGE="https://github.com/arximboldi/lager" if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/arximboldi/lager.git" else SRC_URI="https://github.com/arximboldi/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="" SLOT="0" IUSE="" BDEPEND=" dev-libs/zug dev-ruby/sass "