void-packages/srcpkgs/tinyxml2/template
2018-11-06 20:40:18 -02:00

22 lines
643 B
Bash

# Template file for 'tinyxml2'
pkgname=tinyxml2
version=7.0.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=fa0d1c745d65d4d833e62cb183e23c2034dc7a35ec1a4977e808bdebb9b4fe60
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"
}
}