# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake MY_P="docopt.cpp-${PV}" DESCRIPTION="C++ port of docopt" HOMEPAGE="https://github.com/docopt/docopt.cpp" SRC_URI=" https://github.com/docopt/docopt.cpp/archive/refs/tags/v${PV}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="Boost-1.0 MIT" SLOT="0" KEYWORDS="~amd64" BDEPEND=" dev-build/cmake " src_prepare() { cmake_src_prepare } src_configure() { cmake_src_configure } src_install() { cmake_src_install }