gentoo-gc-overlay/dev-libs/concurrencpp/concurrencpp-0.1.7.ebuild
2024-01-03 16:02:11 +03:00

18 lines
326 B
Bash
Executable File

EAPI=8
inherit cmake
DESCRIPTION="C++ concurrency library"
HOMEPAGE="https://github.com/David-Haim/concurrencpp"
SRC_URI="https://github.com/David-Haim/concurrencpp/archive/refs/tags/v.${PV}.tar.gz"
S="${WORKDIR}/${PN}-v.${PV}"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND="dev-util/cmake"