add dev-cpp/glaze
This commit is contained in:
parent
1280ab1c78
commit
17c7ee74aa
1 changed files with 29 additions and 0 deletions
29
dev-cpp/glaze/glaze-4.4.0.ebuild
Normal file
29
dev-cpp/glaze/glaze-4.4.0.ebuild
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Copyright 2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit cmake
|
||||||
|
|
||||||
|
DESCRIPTION="Extremely fast, in memory, JSON and interface library for modern C++"
|
||||||
|
HOMEPAGE="https://github.com/stephenberry/${PN}"
|
||||||
|
SRC_URI="https://github.com/stephenberry/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm64"
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
# RDEPEND="${DEPEND}"
|
||||||
|
# BDEPEND=""
|
||||||
|
|
||||||
|
# S="${WORKDIR}/${PN}-${MY_PV}"
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
local mycmakeargs=(
|
||||||
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
|
-DBUILD_TESTING=OFF
|
||||||
|
)
|
||||||
|
|
||||||
|
cmake_src_configure
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue