dev-cpp/docopt-cpp - 0.6.3 (batsim)

Search

Package Information

Description:
C++ port of docopt
Homepage:
https://github.com/docopt/docopt.cpp
License:
Boost-1.0 MIT

Ebuild Details

Version EAPI Keywords Slot
0.6.3 8 ~amd64 0
View Raw Ebuild
# 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
}

Dependencies

BDEPEND

	dev-build/cmake

Manifest for 0.6.3

Type File Size Source URLs
DIST v0.6.3.tar.gz 27598 bytes https://github.com/docopt/docopt.cpp/archive/refs/tags/v0.6.3.tar.gz