mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
12 lines
456 B
Makefile
12 lines
456 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="pugixml"
|
|
PKG_VERSION="1.9"
|
|
PKG_SHA256="7ac060048bf00da4b3902cf411f0ba9f048cdc5580eed1f5a27ff51be4a38243"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://pugixml.org/"
|
|
PKG_URL="https://github.com/zeux/pugixml/archive/v${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Light-weight, simple and fast XML parser for C++ with XPath support."
|