void-packages/srcpkgs/tinyxml2/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

22 lines
640 B
Bash

# Template file for 'tinyxml2'
pkgname=tinyxml2
version=7.0.1
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=a381729e32b6c2916a23544c04f342682d38b3f6e6c0cad3c25e900c3a7ef1a6
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"
}
}