# Template file for 'libcbor' pkgname=libcbor version=0.6.1 revision=1 build_style=cmake make_build_args="cbor_shared" short_desc="Library for parsing and generating CBOR, a binary data format" maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/PJK/libcbor" distfiles="https://github.com/PJK/libcbor/archive/v${version}.tar.gz" checksum=19309b84d4d88ae1179f3686bd246d977710801c1603915c51f618ba76727e94 post_install() { vlicense LICENSE.md } libcbor-devel_package() { depends="libcbor>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" } }