65f868c304
Closes: #26855 [via git-merge-pr]
22 lines
640 B
Bash
22 lines
640 B
Bash
# Template file for 'tinyxml2'
|
|
pkgname=tinyxml2
|
|
version=8.0.0
|
|
revision=1
|
|
build_style=cmake
|
|
short_desc="Simple, small and efficient C++ XML parser"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Zlib"
|
|
homepage="http://www.grinninglizard.com/tinyxml2/index.html"
|
|
distfiles="https://github.com/leethomason/tinyxml2/archive/${version}.tar.gz"
|
|
checksum=6ce574fbb46751842d23089485ae73d3db12c1b6639cda7721bf3a7ee862012c
|
|
|
|
tinyxml2-devel_package() {
|
|
depends="tinyxml2-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|