2023-10-23 22:44:47 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2023-10-24 16:00:57 +00:00
|
|
|
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
2022-09-04 21:43:37 +00:00
|
|
|
|
|
|
|
PKG_NAME="yamlcpp"
|
2023-12-15 16:33:23 +00:00
|
|
|
PKG_VERSION="c7639e81d5f00a5b47a2c9bd668f10d74b949071" # 0.8.0
|
2022-09-04 21:43:37 +00:00
|
|
|
PKG_LICENSE="MIT"
|
|
|
|
PKG_SITE="https://github.com/jbeder/yaml-cpp"
|
|
|
|
PKG_URL="${PKG_SITE}.git"
|
|
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
|
|
PKG_LONGDESC="A C++ library for YAML."
|
|
|
|
PKG_TOOLCHAIN="cmake"
|
|
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
|