void-packages/srcpkgs/biblesync/template
2018-02-11 23:33:14 -05:00

24 lines
718 B
Bash

# Template file for 'biblesync'
pkgname=biblesync
version=1.1.2
revision=2
build_style=cmake
makedepends="libuuid-devel"
configure_args="-DBUILD_SHARED_LIBS=TRUE"
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=aa581999d48fecf45bc059b80805aa0f06a5d5701c29cd6a625d433796d2a43b
biblesync-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}