void-packages/srcpkgs/tinyxml2/template
maxice8 02319ad042
tinyxml2: update to 6.2.0.
Closes: #13769 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-23 18:13:25 +02:00

23 lines
643 B
Bash

# Template file for 'tinyxml2'
pkgname=tinyxml2
version=6.2.0
revision=1
build_style=cmake
short_desc="Simple, small and efficient C++ XML parser"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="Zlib"
homepage="http://www.grinninglizard.com/tinyxml2/index.html"
distfiles="https://github.com/leethomason/tinyxml2/archive/${version}.tar.gz"
checksum=cdf0c2179ae7a7931dba52463741cf59024198bbf9673bf08415bcb46344110f
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"
}
}