distribution/packages/devel/yaml-cpp/package.mk

10 lines
430 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="yaml-cpp"
PKG_VERSION="0.8.0"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/jbeder/yaml-cpp"
PKG_URL="https://github.com/jbeder/yaml-cpp/archive/refs/tags/yaml-cpp-${PKG_VERSION}.tar.gz"
#PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec."