void-packages/srcpkgs/biblesync/template
2018-04-24 08:07:45 +02:00

23 lines
718 B
Bash

# 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 <dan@arnfield.com>"
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"
}
}