# Template file for 'biblesync' pkgname=biblesync version=2.0.0 revision=1 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=TRUE" makedepends="libuuid-devel" short_desc="Multicast shared co-navigation library for Bible programs" maintainer="Dan Arnfield " license="Public domain" homepage="https://github.com/karlkleinpaste/biblesync" distfiles="https://github.com/karlkleinpaste/biblesync/archive/${version}.tar.gz" checksum=a2b979d6186df60f8ae30cf1862773a33ea276953a18001ec627ff028ab50154 biblesync-devel_package() { short_desc+=" - development files" depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" } }