void-packages/srcpkgs/biblesync/template
2020-12-01 13:08:05 +01:00

24 lines
718 B
Bash

# Template file for 'biblesync'
pkgname=biblesync
version=2.1.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 <dan@arnfield.com>"
license="Public Domain"
homepage="https://github.com/karlkleinpaste/biblesync"
distfiles="https://github.com/karlkleinpaste/biblesync/archive/${version}.tar.gz"
checksum=9083fcacc4d85f2b8c3a3254112129c02d940d20db8c0c5bcb6239b115e8d0e8
biblesync-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}